From 6f36242968c6b717b44c4863aa32e4ef4bff46b4 Mon Sep 17 00:00:00 2001 From: Miguel Palazzo <50017+miguelpalazzo@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:11:25 -0400 Subject: [PATCH 1/2] Refresh contributing guidelines --- CONTRIBUTING.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61974592..bc425db1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). From ed4bfcfbc6a6c720300383c9cd098b804e21d01d Mon Sep 17 00:00:00 2001 From: Miguel Palazzo <50017+miguelpalazzo@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:55:02 -0400 Subject: [PATCH 2/2] Include template for Pull Requests --- pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..3be6ee86 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,12 @@ +## Description + + + + +## Checklist + + + +[ ] 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.