mirror of
https://github.com/jetli/awesome-yew
synced 2024-11-10 06:54:12 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
2dd82f6e65
commit
ce8a84b6ed
1 changed files with 23 additions and 0 deletions
23
CONTRIBUTING.md
Normal file
23
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Contribution Guidelines
|
||||
|
||||
Please note that this project is released with a
|
||||
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this
|
||||
project you agree to abide by its terms.
|
||||
|
||||
---
|
||||
|
||||
Ensure your pull request adheres to the following guidelines:
|
||||
|
||||
- Search previous suggestions before making a new one, as yours may be a duplicate.
|
||||
- New categories, or improvements to the existing categorization are welcome.
|
||||
- Use the following format: `[TITLE](LINK) - DESCRIPTION.`
|
||||
- Description is optional but strongly recommended.
|
||||
- Keep descriptions short and simple, but descriptive.
|
||||
- End all descriptions with a full stop/period.
|
||||
- Check your spelling and grammar.
|
||||
|
||||
Thank you for your suggestions!
|
||||
|
||||
### 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](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.
|
Loading…
Reference in a new issue