Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.19 KB

contributing.md

File metadata and controls

30 lines (23 loc) · 2.19 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


Ensure your pull request adheres to the following guidelines:

  • If you just created something, wait at least 30 days before submitting. This is to give it some time to mature and ensure it's not just a publish-and-forget type of project.
  • Only submit something unique and useful. If you submitting a article be sure that you've read it before and that it is a interesting article.
  • Search previous suggestions before making a new one to avoid duplicate links.
  • Make an individual pull request for each suggestion.
  • Be sure to use awesome-lint before make a pull request.
  • Don't use emojis on titles or descriptions.
  • Use the following format for Tutorials/Articles/Workshops and Discussions: [The complete title](link) - Authors.
  • Examples is a section reserved for projects that give us tips about how apply React Hooks.
  • Use the following format for Examples: [Title](link) - A short description.
  • Use the following format for Extensions/Libraries: [The extension's or library's name (in the same font case as it is on the repository)](link) - Description.
  • Additions should be added to the bottom of the relevant category and after the last item of the category.
  • Keep descriptions short and simple, but descriptive.
  • Start the description with a capital.
  • Don't start the description with A or An.
  • Make sure your text editor is set to remove trailing whitespace.
  • New categories or improvements to the existing categorization are welcome, but should be done in a separate pull request.

Thank you for your suggestion!

Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, here is a guide on the different ways you can update your PR so that we can merge it.