diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-09-27 17:40:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 17:40:30 -0400 |
commit | 46d748a219bf6d34519d89e1d351b722a2ea9521 (patch) | |
tree | 33b265ce935eaef971a70871c9bdff68dd947461 | |
parent | 00b8208914798faef54095fb2312576a8b405961 (diff) |
Create pull_request_template.md
-rw-r--r-- | .github/pull_request_template.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..0b38a656c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +# Pull request into pret/pokeemerald + +## Instructions +Please complete both the questionnaire and the checklist below. This is required for the PR to be merged. Failure to do this may result in a ban from contributions. + +## Questionnaire +1. What is your Discord username? (name#numbers, e.g. PikalaxALT#5823) +2. What is the purpose of this pull request? (decompilation, documentation, bug fixes, typo correction, code style refactor) + + +## Checklist +- [ ] I am a member of the [pret discord server](https://discord.gg/d5dubZ3). +- [ ] I have run `make compare modern` on my local machine to ensure that the project compiles correctly. +- [ ] If I am fixing a bug or undefined behavior in the modern build, I have documented the bug and tested the fix locally. +- [ ] My changes are not informed by the leaked source code, or I have disclosed my use of the leaks in the discord. +- [ ] I have answered all questions truthfully, including this one. +- [ ] I am not a robot. |