From 56cdd3a7098527d2aa2a9717d651877c17b58d9e Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Mon, 20 Feb 2023 17:14:31 +0100 Subject: [PATCH] [SC64] Update PR templates --- .github/PULL_REQUEST_TEMPLATE.md | 20 -------------------- .github/PULL_REQUEST_TEMPLATE/default.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/default.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8bec342..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -## Description - - - -## Related Issue - - - - - -## Motivation and Context - - - -## How Has This Been Tested? - - - - -## Screenshots (if appropriate): diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 0000000..d65ba6c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,20 @@ +**Description** +Provide a headline summary of your changes in the Title above. +Describe your changes in detail. + +**Related Issue** +This project only accepts pull requests related to open issues. +If suggesting a change, please discuss it in an issue first. +If fixing a bug, there should be an issue describing it with steps to reproduce. +Please link to the issue here: + +**Motivation and Context** +Why is this change required? What problem does it solve? +If it fixes an open issue, please link to the issue here. + +**How Has This Been Tested?** +Please describe in detail how you tested your changes. +Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. + +**Screenshots** +If applicable, add screenshots to help demonstrate your feature/bugfix.