krata/.github/PULL_REQUEST_TEMPLATE.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2020-07-08 22:52:03 +02:00
## Description
2022-10-14 22:52:39 +02:00
<!--
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
2021-09-24 07:13:45 +02:00
-->
2020-07-14 06:01:00 +02:00
## Type of change
2022-10-14 22:52:39 +02:00
<!--
Please select the desired item checkbox and change it to "[x]", then delete options that are not relevant.
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Improvement (refactoring and improving code)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
## Additional context
<!-- e.g. Fixes #(issue) -->
2020-08-19 19:11:56 +02:00
## How has this been tested
2022-10-14 22:52:39 +02:00
<!--
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
-->
2022-12-27 18:10:27 +01:00
- [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
- [ ] I have tested this feature in the browser