diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-04 23:38:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 23:38:42 -0400 |
commit | a33d4874d91a0b78fab6c74d6d2df931f4d568b2 (patch) | |
tree | aac02914d2e124967a581909a3a6342454773264 | |
parent | 9b90a773d23182dd1d49face4423430d0cdbfb07 (diff) | |
parent | 94bfc31629f5fcad47d196028ffcf8514478ca52 (diff) |
Merge pull request #1219 from ExpoSeed/bye-pr-template
Eliminate most of PR template
-rw-r--r-- | .github/pull_request_template.md | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a56a168b8..c381b50f1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,20 +3,6 @@ ## Description <!--- Describe your changes in detail --> -## Type of changes -<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> -- [ ] Decompilation (matching, fixing nonmatching, fakematching, etc.) -- [ ] Documentation (naming symbols, commenting, etc.) -- [ ] Style (code style refactors, typo, etc.) -- [ ] Other: <!--- replace this comment with your type of change --> - -## Checklist -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> -- [ ] I am a member of the [pret Discord server](https://discord.gg/d5dubZ3). -- [ ] `make compare` and `make compare modern` on my local machine outputs . -- [ ] My code follows the code style of this project. -- [ ] If I am fixing a bug or undefined behavior in the modern build, I have documented the bug and tested the fix locally. -- [ ] All my usage, if any, of the leaked source code has been disclosed in pret's server. - ## **Discord contact info** <!--- formatted as name#numbers, e.g. PikalaxALT#5823 --> +<!--- Contributors must join https://discord.gg/d5dubZ3 -->
\ No newline at end of file |