2019-07-13 20:26:16 +03:00
<!--
2023-12-19 00:15:04 +03:00
Before submitting a PR, please read https://github.com/tauri-apps/tauri/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
2019-07-13 20:26:16 +03:00
2023-12-19 00:15:04 +03:00
1. Give the PR a descriptive title.
2019-07-13 20:26:16 +03:00
2023-12-19 00:15:04 +03:00
Examples of good title:
- fix(windows): fix race condition in event loop
2024-08-28 00:42:30 +03:00
- docs: update example for `App::show`
2023-12-19 00:15:04 +03:00
- feat: add `Window::set_fullscreen`
2019-07-13 20:26:16 +03:00
2023-12-19 00:15:04 +03:00
Examples of bad title:
- fix #7123
- update docs
- fix bugs
2019-07-13 20:26:16 +03:00
2023-12-19 00:15:04 +03:00
2. If there is a related issue, reference it in the PR text, e.g. closes #123 .
2024-05-01 18:58:17 +03:00
3. If this change requires a new version, then add a change file in `.changes` directory with the appropriate bump, see https://github.com/tauri-apps/tauri/blob/dev/.changes/README.md
2023-12-19 00:15:04 +03:00
4. Ensure that all your commits are signed https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
5. Ensure `cargo test` and `cargo clippy` passes.
6. Propose your changes as a draft PR if your work is still in progress.
-->