diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..be7e859 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +### ๐Ÿ›  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