-
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.
* chore: add bug report issue form fp-64 * chore: add feature request issue form fp-64
- Loading branch information
1 parent
2e7b794
commit dbd9dc2
Showing
4 changed files
with
50 additions
and
1 deletion.
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,26 @@ | ||
name: Report a bug | ||
description: Issue for reporting a bug | ||
title: 'Bug: ' | ||
labels: | ||
- bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping to improve our project! Please fill in the following information: | ||
- type: textarea | ||
attributes: | ||
label: The part of the code where the error occurred | ||
description: Copy the part of the code where the error occurred | ||
placeholder: | | ||
```html | ||
<form> | ||
<input type="text" /> | ||
</form> | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: Description of the bug | ||
description: Please provide a detailed description of the bug |
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,21 @@ | ||
name: Request a feature | ||
description: Issue for requesting a feature | ||
title: 'Feature: ' | ||
labels: | ||
- feature | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to share your ideas | ||
- type: textarea | ||
attributes: | ||
label: Brief description | ||
description: Provide a brief description in your own words about what the rule will check | ||
placeholder: Support for a new HTML element... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Freeform description field | ||
description: Add anything else you wanted to share here |
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
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