-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PULL_REQUEST_TEMPLATE.md: cobot --> corobo #533
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly remove .swp file. Also please squash your commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would advice you to read the newcomers guidelines page on documentation as well.
|
Please fix your commits up here. |
@Makman2 Sorry I tried but couldn't figure it out. That's why I closed the PR, deleted repo and cloned the repo once again. |
That's bad, please never do again :) Please read up our docs, it describes how to fix up your PRs. |
Sure @Makman2 This won't repeat again :) |
PULL_REQUEST_TEMPLATE.md
Outdated
|
||
Please take a quick look at those things down there. They're quite important. | ||
Really! We wrote them for you. Yes you! With utmost care. Read them. | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not part of the issue.
Please read our commit message guidelines. Also you should clean up your commit body ;) |
unack a05640f |
Use |
You have written the same sentence twice in commit body. No need for that. |
So change your shortlog and body to a better description of what you are doing, also full stop missing in commit body |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nguptaa When you write git commit --amend
and get to the stage of writing the commit message the first line is reserved for shortlog or heading of the commit message. You need to write the 'heading' of the commit skip a line and then write the body of commit which will contain the description of your commit. After that again skip a line and write Closes https://github.com/coala/documentation/issues/503
That is all you need to do. 😉
Why is |
Redundant commit body. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly describe your commit in commit body. Please read commit guidelines as well https://api.coala.io/en/latest/Developers/Writing_Good_Commits.html
@Vedarth the commit is perfectly fine. Please go through the link you have provided again if you are missing something 👍 |
PULL_REQUEST_TEMPLATE.md
Outdated
Please take a quick look at those things down there. They're quite important. | ||
Really! We wrote them for you. Yes you! With utmost care. Read them. | ||
--> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this deletion? is that specified in the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. But after i changed cobot-->corobo this automatically got added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's not possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe your branch is behind coala master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sync your branch with coala master
You need to squash your commit. Use |
Now, whenever you do changes on a PR, first do changes in file and then use |
@sangamcse Thanks, I will follow it :) |
ack b5e8961 |
@gitmate-bot rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
reack 6002139 |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
PULL_REQUEST_TEMPLATE.md: cobot --> corobo
Closes #503