tauri/.github/PULL_REQUEST_TEMPLATE.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2019-07-13 20:26:16 +03:00
<!--
2021-12-23 04:33:31 +03:00
Update "[ ]" to "[x]" to check a box
2019-07-13 20:26:16 +03:00
2021-12-23 04:33:31 +03:00
Please make sure to read the Pull Request Guidelines: https://github.com/tauri-apps/tauri/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
2019-07-13 20:36:23 +03:00
-->
2019-07-13 20:26:16 +03:00
2021-12-29 08:31:26 +03:00
### What kind of change does this PR introduce?
2021-12-23 04:33:31 +03:00
<!-- Check at least one. If you are introducing a new binding, you must reference an issue where this binding has been proposed, discussed and approved by the maintainers. -->
2019-07-13 20:26:16 +03:00
- [ ] Bugfix
- [ ] Feature
- [ ] Docs
2021-12-29 08:31:26 +03:00
- [ ] New Binding issue #___
2019-07-13 20:26:16 +03:00
- [ ] Code style update
- [ ] Refactor
- [ ] Build-related changes
- [ ] Other, please describe:
2021-12-23 04:33:31 +03:00
### Does this PR introduce a breaking change?
<!-- If yes, please describe the impact and migration path for existing applications in an attached issue. -->
2019-07-13 20:26:16 +03:00
2021-12-23 04:33:31 +03:00
- [ ] Yes, and the changes were approved in issue #___
2019-07-13 20:26:16 +03:00
- [ ] No
2021-12-23 04:33:31 +03:00
### Checklist
- [ ] When resolving issues, they are referenced in the PR's title (e.g `fix: remove a typo, closes #___, #___`)
- [ ] A change file is added if any packages will require a version bump due to this PR per [the instructions in the readme](https://github.com/tauri-apps/tauri/blob/dev/.changes/readme.md).
2021-12-23 04:33:31 +03:00
- [ ] I have added a convincing reason for adding this feature, if necessary
2019-07-13 20:26:16 +03:00
2021-12-23 04:33:31 +03:00
### Other information