mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
add a checklist for PRs (fixes #3130)
This commit is contained in:
parent
e88a7dee0a
commit
35a2b845c1
12
.github/pull_request_template.md
vendored
Normal file
12
.github/pull_request_template.md
vendored
Normal 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
|
Loading…
Reference in a new issue