-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from newtonick/test-pr-template
[Documentation] Add PR Template
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Description | ||
|
||
_Describe the change simply. Provide a reason for the change._ | ||
|
||
_Include screenshots of any new or modified screens (or at least explain why they were omitted)_ | ||
|
||
This pull request is categorized as a: | ||
|
||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Code refactor | ||
- [ ] Documentation | ||
- [ ] Other | ||
|
||
## Checklist | ||
|
||
- [ ] I’ve run `pytest` and made sure all unit tests pass before sumbitting the PR | ||
|
||
If you modified or added functionality/workflow, did you add new unit tests? | ||
|
||
- [ ] No, I’m a fool | ||
- [ ] Yes | ||
- [ ] N/A | ||
|
||
I have tested this PR on the following platforms/os: | ||
|
||
- [ ] Raspberry Pi OS [Manual Build](https://github.com/SeedSigner/seedsigner/blob/dev/docs/manual_installation.md) | ||
- [ ] [SeedSigner OS](https://github.com/SeedSigner/seedsigner-os) on a Pi0/Pi0W board | ||
- [ ] Other | ||
|
||
|
||
Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge. |