From 8f535f7bd4fc2f4e90c5d84ca02394385d54a52e Mon Sep 17 00:00:00 2001 From: choir27 Date: Thu, 8 Aug 2024 19:23:42 -0400 Subject: [PATCH] docs: Add PR template --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.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 000000000..460a8d93d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ + ## What does this PR do? + + (Description of what the PR does.) + + ## Test Plan + + (What did you do to test the code, if there was any changed?) + + ## Related PRs and Issues + + (Link all related PRs and issues here, including any issues this PR resolves or is related to.) + + ## Relevant Screenshots + + (Place any screenshots of your changes here, if/when relevant.) + + ### Have you read the [Contributing Guidelines on issues](https://github.com/pieces-app/documentation/blob/main/CONTRIBUTING.md)? + + (Write your answer here.) \ No newline at end of file