-
Notifications
You must be signed in to change notification settings - Fork 1
Commit Guidelines
rosoarv edited this page Mar 16, 2017
·
3 revisions
- Please commit according to issue
- Finalize and optimize your code first before you commit
- Less commits, easy to review
- Commit messages should be based on code changes
- Checkbox labels from issue can be used as commit message (use past tense)
- Issue title can be used as commit message (use past tense)
- Do not use paragraph or long sentences as the commit message
- Simplify commit message as much as possible
- Do not use symbols in your commit message
- If you have changes for the previous commit, please use
git reset --hard commithash, else use 'revert` Where commithash is the hash value of commit you want to go back. Note: Changes made from the latest commit will be removed. - If you have changes for the
- Again, please commit according to issue