Merge pull request #197 from Vinatorul/contributing_fix

Fix misspell
This commit is contained in:
Alexander Kuvaev 2015-08-27 21:16:01 +03:00
commit 8c8cb4cabd
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Contributions are always welcome! Please use the following guidelines when contr
- `style` - Stylistic changes only, no functionality changes
- `wip` - A work in progress commit (Should typically be `git rebase`'ed away)
- `chore` - Catch all or things that have to do with the build system, etc
- `examples` - Changes to exosting example, or a new example
- `examples` - Changes to existing example, or a new example
* The `COMPONENT` is optional, and may be a single file, directory, or logical component. Can be omitted if commit applies globally
5. Run the tests (`cargo test && make -C clap-tests test`)
6. `git rebase` into concise commits and remove `--fixup`s (`git rebase -i HEAD~NUM` where `NUM` is number of commits back)

View file

@ -354,7 +354,7 @@ Contributions are always welcome! And there is a multitude of ways in which you
- `style` - Stylistic changes only, no functionality changes
- `wip` - A work in progress commit (Should typically be `git rebase`'ed away)
- `chore` - Catch all or things that have to do with the build system, etc
- `examples` - Changes to exosting example, or a new example
- `examples` - Changes to existing example, or a new example
* The `COMPONENT` is optional, and may be a single file, directory, or logical component. Can be omitted if commit applies globally
5. Run the tests (`cargo test && make -C clap-tests test`)
6. `git rebase` into concise commits and remove `--fixup`s (`git rebase -i HEAD~NUM` where `NUM` is number of commits back)