add a checklist for PRs (fixes #3130)

This commit is contained in:
12pm 2020-10-18 12:06:02 +02:00
parent e88a7dee0a
commit 35a2b845c1

12
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,12 @@
## Summary
<!-- What is the motivation for the changes of this pull request -->
## Checklist
- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps