Add CONTRIBUTING.md

This commit is contained in:
Tevin Zhang 2019-11-12 16:53:05 +08:00
parent 84aa2299dc
commit dc80b07983
No known key found for this signature in database
GPG Key ID: EE7DA2A50F0960FB
1 changed files with 12 additions and 0 deletions

12
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,12 @@
# Contributing to TCP Shaker
## Styleguide
### Git commit message
- Capitalize the first letter ("Add feature" not "add feature")
- Limit the first line to 50 characters or less
- Details below the first line should be wrapped to 72 characters
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
Please squash your commits into a single commit when appropriate. This simplifies future cherry picks and keeps the git log clean.