awesome-nix/CONTRIBUTING.md

19 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2019-05-15 15:35:47 +00:00
# Contributing Guidelines
Make sure your pull request follows these guidelines:
- Search through the previous pull requests before making a new one! 🙏
- Make sure you've personally used or benefited from the suggested resource.
- Make an individual pull request for each suggestion.
- Use the following format: `[Resource Title](url) — description.`
- Expand on why the resource is useful in your pull request if needed.
- Any added projects should be at least 30 days old.
- Keep descriptions short and simple.
- Add new categories or improve existing categories if possible -- it's welcome!
2019-05-15 15:35:47 +00:00
- Double check your spelling and grammar! 😁
- Keep entries sorted alphabetically by title.
2019-05-15 15:35:47 +00:00
See also the upstream Awesome project's [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/contributing.md) and [manifesto/requirements](https://github.com/sindresorhus/awesome/blob/main/awesome.md). Some of the more basic entry formatting requirements are checked via a [awesome-lint](https://github.com/sindresorhus/awesome-lint) GitHub Action; run it locally first if you can!
2019-05-15 15:35:47 +00:00
Thanks for contributing!