Skip to content

Commit

Permalink
chore: add GitHub issues templates (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Feb 12, 2024
1 parent a186c42 commit af6c6ed
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
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?
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit af6c6ed

Please sign in to comment.