awesome-nix/CONTRIBUTING.md
Cynthia Fox 9224ad6a6e
CONTRIBUTING.md: Add 30 day requirement (#173)
Add an explicit age requirement for projects to ensure they're both
truly awesome and maintained. Closes #96
2023-05-31 19:36:00 -04:00

18 lines
1.1 KiB
Markdown

# 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!
- Double check your spelling and grammar! 😁
- Keep entries sorted alphabetically by title.
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!
Thanks for contributing!