vulkano/.github/PULL_REQUEST_TEMPLATE.md
Viktor Szépe 07736487d6
Fix typos and introduce a workflow (#2537)
* Fix typos and introduce a workflow

* Revert vk.xml

* Update .typos.toml

* fix typos config
2024-06-30 13:19:35 +02:00

34 lines
1.0 KiB
Markdown

1. [ ] Update documentation to reflect any user-facing changes - in this repository.
2. [ ] Make sure that the changes are covered by unit-tests.
3. [ ] Run `cargo clippy` on the changes.
4. [ ] Run `cargo +nightly fmt` on the changes.
5. [ ] Please put changelog entries **in the description of this Pull Request**
if knowledge of this change could be valuable to users. No need to put the
entries to the changelog directly, they will be transferred to the changelog
file by maintainers right after the Pull Request merge.
Please remove any items from the template below that are not applicable.
6. [ ] Describe in common words what is the purpose of this change, related
GitHub Issues, and highlight important implementation aspects.
Changelog:
```markdown
### Public dependency updates
- [some_crate](https://crates.io/crates/some_crate) 1.0
### Breaking changes
Changes to `Foo`:
- Renamed to `Bar`.
### Additions
- Support for the `khr_foobar` extension.
### Bugs fixed
- `bar` panics when calling `foo`.
```