Files
gdbgui/.github/PULL_REQUEST_TEMPLATE.md
2021-08-29 09:57:38 -07:00

16 lines
374 B
Markdown

<!-- add an 'x' in the brackets below -->
- [] I have added an entry to `CHANGELOG.md`, or an entry is not needed for this change
## Summary of changes
<!--
* fixed bug
* added new feature
-->
## Test plan
<!-- provide evidence of testing, preferably with command(s) that can be copy+pasted by others -->
Tested by running
```
# command(s) to exercise these changes
```