ddnet/.github/pull_request_template.md

12 lines
629 B
Markdown
Raw Normal View History

2020-10-18 10:06:02 +00:00
<!-- 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
2022-06-05 10:51:34 +00:00
- [ ] Written a unit test (especially base/) or added coverage to integration test
2020-10-18 10:06:02 +00:00
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
2020-10-20 08:43:33 +00:00
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)