mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -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
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "🐛 Bug Report"
|
||||
description: Create a new ticket for a bug.
|
||||
title: "🐛 [BUG] - <title>"
|
||||
title: "🐛 <title>"
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
|
|
|||
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,32 +1,8 @@
|
|||
name: "💡 Feature Request"
|
||||
description: Create a new ticket for a new feature request
|
||||
title: "💡 [REQUEST] - <title>"
|
||||
title: "💡 <title>"
|
||||
labels: ["question"]
|
||||
body:
|
||||
- type: input
|
||||
id: start_date
|
||||
attributes:
|
||||
label: "Start Date"
|
||||
description: Start of development
|
||||
placeholder: "month/day/year"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: implementation_pr
|
||||
attributes:
|
||||
label: "Implementation PR"
|
||||
description: Pull request used
|
||||
placeholder: "#Pull Request ID"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: reference_issues
|
||||
attributes:
|
||||
label: "Reference Issues"
|
||||
description: Common issues
|
||||
placeholder: "#Issues IDs"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
|
|
|
|||
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.
|
||||
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"Jellyfin"
|
||||
],
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
|
||||
"search.exclude": {
|
||||
"**/.fvm": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/.fvm": true
|
||||
}
|
||||
"cSpell.words": [
|
||||
"Jellyfin"
|
||||
],
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
|
||||
"search.exclude": {
|
||||
"**/.fvm": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/.fvm": true
|
||||
},
|
||||
"editor.detectIndentation": true,
|
||||
"dart.lineLength": 120
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue