Add missing changes due to docs-overhaul.

Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
Julian Wollrath 2015-02-20 15:22:44 +01:00 committed by Daniel Hahler
parent 38e2a47157
commit ce0a2d4749
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Contrubuting # Contributing
## Bugs ## Bugs
Please look at http://awesome.naquadah.org/bugs/ Please look at `https://github.com/awesomeWM/awesome/issues`.
## Style ## Style
@ -59,6 +59,7 @@ If you plan to submit patches, you should follow the following guidelines.
`Signed-off-by: Your Name <you@example.com>` line to the `Signed-off-by: Your Name <you@example.com>` line to the
commit message (or just use the option `-s` when commiting); commit message (or just use the option `-s` when commiting);
- make sure that you have tests for the bug you are fixing. - make sure that you have tests for the bug you are fixing.
- if possible, add a unit test to the test suite under spec/.
### Patches ### Patches