-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add feature requests and bug reports
- Loading branch information
Showing
3 changed files
with
72 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,35 @@ | ||
name: Bug report for an existing lint rule, quick fix or assists. | ||
description: Report bug details you found and describe clearly as possible. | ||
title: '[Bug]: Title of the bug' | ||
labels: ['bug'] | ||
assignees: ['@ronnnnn'] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Which feature types the bug belongs to? | ||
description: Please select one or more types from belows. | ||
multiple: true | ||
options: | ||
- Lint Rule | ||
- Quick fix | ||
- Assist | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Bug details | ||
description: Please tell me bug details you found. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Which version of nilts, flutter and dart you use. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Please describe additional context if you have. | ||
validations: | ||
required: false |
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,29 @@ | ||
name: Feature request to add a new lint rule, quick fix or assists. | ||
description: Propose adding a new lint rule, quick fix or assists. | ||
title: '[Feat]: Title of the proposal' | ||
labels: ['feat'] | ||
assignees: ['@ronnnnn'] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Which feature type would you like to add? | ||
description: Please select one or more types from belows. | ||
multiple: true | ||
options: | ||
- Lint Rule | ||
- Quick fix | ||
- Assist | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature you'd like to add | ||
description: Please tell me details you want. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Please describe additional context if you have. | ||
validations: | ||
required: false |
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