Merge pull request #1388 from miguelpalazzo/issue-1368

This commit is contained in:
Sonkeng Maldini
2022-10-06 15:23:30 +01:00
committed by GitHub
2 changed files with 28 additions and 8 deletions

View File

@@ -1,13 +1,21 @@
Welcome!
# Contributing Guidelines
For contributions to be approved they should respect this form :
For contributions to be approved they should come in through Pull Requests (PR) that correspond to changes in the `README.md` file.
`* [Site name OR A simple description](url) : a simple description of the site or slogan of the site. `
`* The link should be added in the right section`
`* Only one or two links per Pull Requests`
Each PR MUST respect the following guidelines:
__NOTE__: The main file to edit is the __README.md__ file.
- **Only one link** per PR is allowed.
- Verify that the link is not already in the list.
- The link can't correspond to a _YouTube channel or playlist_. These can vary over time and become difficult to review.
- You should add the link in the `README.md` file using this pattern:
__NEW :You should also consider sorting your submission alphabetically whenever possible.__
```text
[Site name OR A simple description](url) : a simple description of the site or slogan of the site.
```
And adhere to the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md)
- You should add the link to the right section. No new sections are allowed at the moment.
- You should also consider sorting your submission alphabetically whenever possible.
If your contribution corresponds to something different (not a new link to add) from a new link, please create an [issue](./issues) before to support the case.
Any Pull Request MUST adhere to the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md).

12
pull_request_template.md Normal file
View File

@@ -0,0 +1,12 @@
## Description
<!--- Please include a summary of the changes and the related issue. -->
<!--- If your changes closes an issue ticket, please refer it as: Fixes #<number> -->
## Checklist
<!--- Please mark all options that apply to your case. -->
[ ] My change follows the [Contributing Guidelines](./CONTRIBUTING.md)
[ ] I have added only one new link to the list.
[ ] I have sorted the link alphabetically under the related section.