mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Updated templates
Added PR template
This commit is contained in:
parent
0495f9b800
commit
4b37b926c6
4 changed files with 33 additions and 36 deletions
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## Pull Request Description
|
||||
|
||||
<!--- Please describe what was changed -->
|
||||
|
||||
## Issue Being Fixed
|
||||
|
||||
<!-- Please describe the problem that is being fixed and, if applicable, reference a GitHub issue -->
|
||||
|
||||
Issue Number: N/A
|
||||
|
||||
## Screenshots / Recordings
|
||||
|
||||
<!-- This section is optional but highly recommended to show off your changes! -->
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained?
|
||||
- [ ] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort <INPUT_FILE>```?
|
||||
- [ ] Check that any changes are related to the issue at hand.
|
||||
Loading…
Add table
Add a link
Reference in a new issue