1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Tiny tweak to contribution guidelines

This commit is contained in:
Sindre Sorhus 2018-10-13 13:37:31 +07:00
parent 024d447139
commit 051a1be011

View file

@ -14,7 +14,7 @@ Ensure your pull request adheres to the following guidelines:
- Make an individual pull request for each suggestion. - Make an individual pull request for each suggestion.
- Use the following format: `[package](link) - Description.` - Use the following format: `[package](link) - Description.`
- Additions should be added to the bottom of the relevant category. - Additions should be added to the bottom of the relevant category.
- Link to the GitHub repo, not npmjs.com. - Link to the GitHub repo, not npmjs.com or its website.
- Keep descriptions short and simple, but descriptive. - Keep descriptions short and simple, but descriptive.
- Don't mention `Node.js` in the description as it's implied. - Don't mention `Node.js` in the description as it's implied.
- Start the description with a capital and end with a full stop/period. - Start the description with a capital and end with a full stop/period.