mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Summary line should be no longer than 70 characters
This is the “hard” limit on GitHub. If a summary goes over this limit, it will be truncated.
This commit is contained in:
@@ -10,7 +10,7 @@ You can send pull requests via GitHub. Patches should:
|
||||
|
||||
1. Follow the style of the existing code.
|
||||
2. One commit should do exactly one thing.
|
||||
3. Commit messages should start with a summary line below 80 characters followed by a blank line, and then the reasoning/analysis for why the change was made (if appropriate).
|
||||
3. Commit messages should start with a summary line below 70 characters followed by a blank line, and then the reasoning/analysis for why the change was made (if appropriate).
|
||||
4. Commits that fix a bug in a previous commit (which has already been merged) should start with `fixup!` and then the summary line of the commit it fixes. If you are writing your commit message in TextMate then type `fix⇥` to get the prefix and a menu allowing you to pick the summary line from one of the last 15 commits.
|
||||
5. Rebase your branch against the upstream’s master. We don’t want to pull redundant merge commits.
|
||||
6. **Be clear about what license applies to your patch:** The files within this repository are under the [GPL 3][] (or later) but (as the original creator) we are still allowed to create non-free derivatives. However, if patches are given to us under GPL then those cannot make it into any non-free derivatives we may later wish to create. So to make it easier for us (and avoid any legal issues) we prefer if patches are released as public domain.
|
||||
|
||||
Reference in New Issue
Block a user