From 809f72bb8609b0f2ddb1fdd285987f3994518f77 Mon Sep 17 00:00:00 2001 From: Adrien Brunet <64930588+adrien-may@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:24:12 +0100 Subject: [PATCH 1/2] Change branch recommandation for PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I made a PR a few days ago that got closed. My mistake was to follow this PR template recommandation so here is a new PR to update the PULL REQUEST TEMPLATE 🙃 Cheers ! --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a1acd5e69..882ac648fd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Hello 👋 Thank you for submitting a pull request. To help us merge your PR, make sure to follow the instructions below: -- Create or update the documentation. (Should be made against the documentation branch) +- Create or update the documentation. (Should be made against the main branch) - Create or update the tests. - Refer to the issue you are closing in the PR description - fix #issue - Specify if the PR is in WIP (work in progress) state or ready to be merged From ecdcaf47c412cf67d96c39e92abffa4475466c8e Mon Sep 17 00:00:00 2001 From: Adrien Brunet <64930588+adrien-may@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:26:09 +0100 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 882ac648fd..4ab69ebe6d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Hello 👋 Thank you for submitting a pull request. To help us merge your PR, make sure to follow the instructions below: -- Create or update the documentation. (Should be made against the main branch) +- Create or update the documentation. (Should be made against the `main` branch) - Create or update the tests. - Refer to the issue you are closing in the PR description - fix #issue - Specify if the PR is in WIP (work in progress) state or ready to be merged