Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #8 from chkno/SW_doc
Browse files Browse the repository at this point in the history
Fix numbered list formatting in CONTRIBUTING
  • Loading branch information
Cfeusier committed May 2, 2017
2 parents 3b93336 + c6cb26d commit 34deecd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CONTRIBUTING.md
Expand Up @@ -4,19 +4,19 @@

1. Fork the repo
1. Cut namespaced feature branch with initials from master
- FL_bug/...
- FL_feat/...
- FL_test/...
- FL_doc/...
- FL_refactor/...
- FL_bug/...
- FL_feat/...
- FL_test/...
- FL_doc/...
- FL_refactor/...
1. Make commits to your feature branch (only make changes that are relevant to this branch)
- commit messages should start with a capital letter
- commit messages should be in the present tense
- commit messages should not end with a '.'
- commit messages should start with a capital letter
- commit messages should be in the present tense
- commit messages should not end with a '.'
1. When you've finished with your fix or feature:
- `git fetch upstream master`
- `git rebase upstream/master`
- submit a pull request directly to master. Include a description of your changes.
- `git fetch upstream master`
- `git rebase upstream/master`
- submit a pull request directly to master. Include a description of your changes.
1. Your pull request will be reviewed by another maintainer. The point of code reviews is to help keep the codebase clean and of high quality.
1. Fix any issues raised by your code reviewer, and push your fixes as a single new commit.
1. Once the pull request has been reviewed, it will be merged by another member of the team. Do not merge your own pull requests.
Expand Down

0 comments on commit 34deecd

Please sign in to comment.