From ba8101e98528e1d0d40e340da5176a295aa07988 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Mon, 12 Aug 2024 16:19:23 -0500 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..063291df --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +#### Description: + +- _Place a short description of the changes you made here. Replace this text. Don't use the italics format!_ + +#### Rationale: + +- _Place the rationale for the pull request here. Replace this text. Don't use the italics format!_ + +- Fixes # _Issue number here or remove this line if no issue exists._ + +#### Review Hints: + +- _Place review hints here. Replace this text. Don't use the italics format!_ + +- _Use this optional section to give any relevant information which could help the reviewer better understand and aid in testing the changes._ + +- _Good examples are useful commands, if it is better to review all commits together or in a suggested sequence, any relevant discussion in other PRs or issues, etc._ +