-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add GitHub issues templates (#44)
- Loading branch information
Showing
3 changed files
with
42 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,26 @@ | ||
name: 🐛 Bug Report | ||
description: Report an issue that should be fixed | ||
labels: [bug] | ||
body: | ||
- type: input | ||
attributes: | ||
label: What version of HonoX are you using? | ||
placeholder: 0.0.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What steps can reproduce the bug? | ||
description: Explain the bug and provide a code snippet that can reproduce it. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the expected behavior? | ||
- type: textarea | ||
attributes: | ||
label: What do you see instead? | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else you think we should know? |
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,15 @@ | ||
name: 🚀 Feature Request | ||
description: Suggest an idea, feature, or enhancement | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting an idea. It helps make Hono better. | ||
- type: textarea | ||
attributes: | ||
label: What is the feature you are proposing? | ||
description: A clear description of what you want to happen. | ||
validations: | ||
required: true |
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 @@ | ||
blank_issues_enabled: true |