mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
<!--PicoForge Pull Request Template-->
|
|
|
|
<!-- This note should be removed from the template when submitting a pull request. -->
|
|
> [!NOTE]
|
|
> Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository before proceeding. Check [README.md](../README.md) to get more info of the project.
|
|
|
|
### Checklist
|
|
|
|
Ensure that your pull request has followed all the steps below:
|
|
|
|
<!-- Remove any optional items that do not apply to your pull request. -->
|
|
- [ ] Code compiles without errors
|
|
- [ ] Code is formatted using `cargo fmt`
|
|
- [ ] All tests are passing (skip if no tests exist)
|
|
- [ ] Extended the documentation with the changes made in the code (Optional)
|
|
- [ ] Added myself to the CREDITS.md file
|
|
- [ ] Requested review from one of the maintainers
|
|
|
|
### Description
|
|
|
|
Please describe the changes in this pull request. What does it do? Why is it needed?
|
|
|
|
### Proposed changes
|
|
|
|
Why should this pull request be accepted? What problem does it solve?
|
|
(If it resolves a previous issue, please link to that issue here.)
|
|
|
|
### Types of changes
|
|
|
|
Please check the relevant types of changes this PR introduces:
|
|
|
|
<!-- Only keep the items that apply to your pull request. -->
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] Documentation update
|
|
- [ ] Refactoring / Code style change
|
|
- [ ] Add packaging for a new platform
|
|
|
|
### UI Changes (Optional)
|
|
|
|
<!-- If your Pull Request contains UI changes, please provide screenshots or videos of the changes here to help reviewers verify them. -->
|
|
- Screenshots / Videos:
|