From 26df6e30a8c83061f7c2ac83c6d1157dab6fac7b Mon Sep 17 00:00:00 2001 From: Ewy Date: Mon, 6 Mar 2023 17:08:01 +0100 Subject: [PATCH 1/2] Reworked PR template --- .../pull_request_template.md | 29 ++++++++++++++++++ .../pull_request_template.md.md | 30 ------------------- 2 files changed, 29 insertions(+), 30 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..2c8ef7e7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,29 @@ +## Description + +Please include a summary of the changes and which issue is fixed. Please also include relevant motivation and context. + +Fixes # (issue) + +## Type of change + +Please select the relevant option. + +- [ ] **Bug fix** (_non-breaking change which fixes an issue_) +- [ ] **New feature** (_non-breaking change which adds functionality_) +- [ ] **Breaking change** (_Change that would cause existing functionality to not work as expected_) +- [ ] **Documentation change** (_Change that modifies documentation_) +- [ ] **Other** (_please describe below_) + +## Checklist +Please check the following items before submitting your pull request. +``` +* My code follows the code style of this project. +* I have read the CONTRIBUTING.md document. +* I have updated the documentation accordingly. +* I have tested that my RP does not break anything. +``` + + +## Additional information + +Please provide any additional information that may be useful, such as screenshots or code examples. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md.md deleted file mode 100644 index 539efcea..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md.md +++ /dev/null @@ -1,30 +0,0 @@ -## Description - -Please include a summary of the changes and which issue is fixed. Please also include relevant motivation and context. - -Fixes # (issue) - -## Type of change - -Please select the relevant option. - -- [ ] Bug fix -- [ ] New feature -- [ ] Breaking change -- [ ] Documentation update -- [ ] Other (please describe below) - -## Checklist - -Please check the following items before submitting your pull request. - -- [ ] I have read the CONTRIBUTING.md document. -- [ ] My code follows the code style of this project. -- [ ] I have updated the documentation accordingly. -- [ ] I have tested that my RP does not break anything. - - - -## Additional information - -Please provide any additional information that may be useful, such as screenshots or code examples. From 9be4c8dfb545a8b89ca0e1b5ca24b8771e925398 Mon Sep 17 00:00:00 2001 From: Ewy Date: Mon, 6 Mar 2023 17:39:16 +0100 Subject: [PATCH 2/2] =?UTF-8?q?License=20is=20now=20back=20in=20the=20root?= =?UTF-8?q?=20folder=20=F0=9F=93=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/LICENSE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/LICENSE => LICENSE (100%) diff --git a/.github/LICENSE b/LICENSE similarity index 100% rename from .github/LICENSE rename to LICENSE