Files
DPM/QR-Rechnung/QRCoder-master/.github/PULL_REQUEST_TEMPLATE.md
2020-10-21 11:01:51 +02:00

36 lines
1021 B
Markdown

<!--
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.
A similar PR may already be submitted!
Please search among the Pull request before creating one: https://github.com/codebude/QRCoder/pulls?utf8=%E2%9C%93&q=
For more information, see the `CONTRIBUTING` guide.
**Summary**
<!-- Summarize your pull request in a couple of words -->
This PR fixes/implements the following **bugs/features**:
* [ ] Bug 1
* [ ] Bug 2
* [ ] Feature 1
* [ ] Feature 2
* [ ] Breaking changes
<!-- You can skip this if you're fixing a typo or other minor things -->
What existing problem does the pull request solve?
<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->
**Test plan**
Demonstrate that your code is solid. If possible add a short test case/test steps.
**Closing issues**
<!-- Put `closes #XXXX` (XXXX=issue number) in your comment to auto-close the issue that your PR fixes (if such). -->
Fixes #