Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 20, 2015
1 parent 1520f1d commit d18137a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ The following is a list of absolute requirements for PRs (not following them wou
- Each commit MUST be a single change (e.g. adding a function or fixing a bug, but not both at once)
- Each commit MUST be self-contained i.e. GitUp builds and remains functional if only building this commit and not its descendants
- Commit messages MUST have:
- A capitalized clear and concise title e.g. "Changed app bundle ID to com.example.gitup" not "updated bundle id"
- A detailed summary explaining the change unless it is trivial (no need to wrap at 80 characters but keep lines to a reasonnable length)
- A clear and concise title that starts with an uppercase and doesn't end with a period e.g. "Changed app bundle ID to com.example.gitup" not "updated bundle id."
- A detailed summary explaining the change unless it is trivial using full sentences with punctuation (no need to wrap at 80 characters but keep lines to a reasonnable length)
- The pull request MUST contain as few commits as needed
- The pull request MUST NOT contain fixup or revert commits (flatten them beforehand using GitUp!)
- The pull request MUST be rebased on latest `master` when sent
Expand Down

0 comments on commit d18137a

Please sign in to comment.