mirror of
https://github.com/miaowware/qrm2.git
synced 2026-01-22 21:45:37 -05:00
30 lines
757 B
Markdown
30 lines
757 B
Markdown
### Description
|
|
|
|
*Describe the changes you made here.*
|
|
|
|
Fixes #{issue}
|
|
|
|
### Type of change
|
|
|
|
Please delete options that are not relevant.
|
|
|
|
- Bug fix (non-breaking change which fixes an issue)
|
|
- New feature (non-breaking change which adds functionality)
|
|
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- This change requires a documentation update
|
|
|
|
### How has this been tested?
|
|
|
|
*Describe the procedure used for verifying your changes here.*
|
|
|
|
### Checklist
|
|
|
|
- [ ] Issue exists for PR
|
|
- [ ] Code reviewed by the author
|
|
- [ ] Code documented (comments or other documentation)
|
|
- [ ] Changes tested
|
|
- [ ] `flake8` passes
|
|
- [ ] `CHANGELOG.md` updated
|
|
- [ ] Informative commit messages
|
|
- [ ] Descriptive PR title
|