Files
github-issue-templates/system/PULL_REQUEST_TEMPLATE.md

28 lines
942 B
Markdown

<!--
Thank you for your pull request. Please provide a description above and review
the requirements below.
Bug fixes and new features should include tests and possibly benchmarks.
Contributors guide: ./CONTRIBUTING.md
-->
<!-- _Please make sure to review and check all of these items:_ -->
##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes
- [ ] tests and/or benchmarks are included
- [ ] documentation is changed or added
- [ ] commit message follows [commit guidelines](./doc/guides/contributing/pull-requests.md#commit-message-guidelines)
<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ -->
### Affected core subsystem(s)
<!-- Please provide affected core subsystem(s). -->
### Description of change
<!-- Please provide a description of the change here. -->