Create a simple PR template

Preparing for Hacktoberfest.
This commit is contained in:
Gabe Kangas 2021-09-29 13:50:28 -07:00 committed by GitHub
parent d387a4d677
commit 22fbfec7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,17 @@
Please include a summary of the change and which issue number is fixed, including relevant motivation and context. Feel free to mark this as a Draft or WIP and write up some details later.
# Description
Fixes # (issue)
---
Some things you might want to mention:
1. Why are you making the change?
2. Explain how it works and decisions you made.
3. If you're fixing something, what was wrong? How should we stop from having this issue happen again?
4. If this is a new feature or addition to functionality, why should it be added? What are the use cases? Who was asking for this functionality?
If this is an unsolicited change or have no issue associated please do your best to detail the motivations behind this PR.