Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Oct 29, 2024
1 parent 9769b06 commit 612f922
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 28 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: "\U0001F41B Bug Report"
description: File a bug report.
title: "[Bug]: "
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug!
value: Thank you for taking the time to report a bug!
- type: dropdown
id: scope
attributes:
Expand All @@ -26,6 +24,7 @@ body:
- html
- http
- if
- internal
- is
- markdown
- mizu
Expand Down Expand Up @@ -60,18 +59,20 @@ body:
id: reproduction
attributes:
label: Minimal reproduction example
description: >
Provide a minimal example to reproduce the issue. Failure to do so may
result in the issue being closed without investigation.
description: Describe how to reproduce the issue.
placeholder: >
Provide a minimal example to reproduce the issue.
Failure to do so may result in the issue being closed without
investigation.
render: html
validations:
required: true
- type: dropdown
id: environment
attributes:
label: Environment
description: |
Select the environment(s) where you encountered the issue.
description: Select the environment(s) where you encountered the issue.
multiple: true
options:
- Chromium
Expand All @@ -87,10 +88,9 @@ body:
id: i-did-my-homework
attributes:
label: I have searched for existing issues
description: >-
By checking this box, you confirm that you have searched for existing
issues.
description: You confirm that you took the time to search for existing issues.
options:
- ""
- "Yes"
validations:
required: true
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: ✨ Feature Request
description: Request a new feature.
title: "[Feature]: "
labels:
- enhancement
- feature
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to request a feature!
value: Thank you for taking the time to request a feature!
- type: dropdown
id: scope
attributes:
label: Scope
description: |
Select the scope(s) of the issue.
description: Select the scope(s) of the issue.
multiple: true
options:
- bind
Expand All @@ -27,6 +24,7 @@ body:
- html
- http
- if
- internal
- is
- markdown
- mizu
Expand Down Expand Up @@ -61,10 +59,9 @@ body:
id: i-did-my-homework
attributes:
label: I have searched for existing issues
description: >-
By checking this box, you confirm that you have searched for existing
issues.
description: You confirm that you took the time to search for existing issues.
options:
- ""
- "Yes"
validations:
required: true
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/spec.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: "\U0001F4DC Spec definition"
description: Propose a new specification.
title: "[Spec]: "
labels:
- spec
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to propose a new specification!
value: Thank you for taking the time to propose a new specification!
- type: dropdown
id: scope
attributes:
label: Scope
description: |
Select the scope(s) of the issue.
description: Select the scope(s) of the issue.
multiple: true
options:
- bind
Expand All @@ -27,6 +24,7 @@ body:
- html
- http
- if
- internal
- is
- markdown
- mizu
Expand Down Expand Up @@ -61,10 +59,9 @@ body:
id: i-did-my-homework
attributes:
label: I have searched for existing issues
description: >-
By checking this box, you confirm that you have searched for existing
issues.
description: You confirm that you took the time to search for existing issues.
options:
- ""
- "Yes"
validations:
required: true

0 comments on commit 612f922

Please sign in to comment.