From 9d87f639099df0d4b9f53840cb7062b3cde19a9a Mon Sep 17 00:00:00 2001 From: Seth Teichman Date: Sun, 30 Jun 2024 18:35:57 -0400 Subject: [PATCH 1/2] Add pull request template --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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 0000000..6d073a1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +### ๐Ÿ›  Changes being made + +#### Give examples of the changes you've made in this pull request. Include an itemized list if you can. + +### ๐Ÿง  Rationale behind the change + +#### Why did you choose to make these changes? + +#### Does this pull request resolve any open issues? + +#### Were there any trade-offs you had to consider? + +### ๐Ÿงช Testing + +- [ ] Have tests been added or updated for the changes introduced in this pull request? + +- [ ] Are the changes backwards compatible? + +#### If the changes aren't backwards compatible, what other options were explored? + +### โœจ Quality check + +- [ ] Are your changes free of any erroneous print statements, debuggers or other leftover code? + +- [ ] Has the README been updated to reflect the changes introduced (if applicable)? + +### ๐Ÿ’ฌ Additional comments + +#### Feel free to add any further information below \ No newline at end of file From c155593bfe52d90f346f1543a50068d7b498cde2 Mon Sep 17 00:00:00 2001 From: George O <16269580+Ge0rg3@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:08:51 +0100 Subject: [PATCH 2/2] Remove final PR template line --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d073a1..be7e859 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,5 +25,3 @@ - [ ] Has the README been updated to reflect the changes introduced (if applicable)? ### ๐Ÿ’ฌ Additional comments - -#### Feel free to add any further information below \ No newline at end of file