From 4fc58771c86e2b63e710867bea9aff55c3c21b09 Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Wed, 9 Oct 2024 01:10:43 +0300 Subject: [PATCH] Refined and renamed pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 25 ------------------------- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 25 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 73362ac..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -*Please complete the relevant sections and remove any that don't apply.* -*Remember to delete this instruction before submitting your PR.* - -**PR Type** -- [ ] Bug fix -- [ ] Feature -- [ ] Documentation -- [ ] Localization / Internationalization -- [ ] Chore (refactoring, formatting, cleanup, etc.) -- [ ] Other (please describe): _______ - -**Describe changes** -Please describe the changes you have made. - -**What is the current behavior?** -Please describe the current behavior that you are modifying, or link to a relevant issue. - -**What is the new behavior?** -Please describe the new behavior. - -**How to test** -Describe the steps to test this PR, if applicable. - -**Other information** -Add any other information here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..98f7f48 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +### Types of changes + + + +Related: + +### Description + + + \ No newline at end of file