Skip to content

Commit 4d866b8

Browse files
committed
adjust wording and combine sections
1 parent 0e07da3 commit 4d866b8

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ body:
55
- type: textarea
66
attributes:
77
label: Describe the bug
8-
description: Provide a clear and concise description of what the bug is.
8+
description: Provide a clear and concise description of what the bug is. Include screenshots if applicable.
99
validations:
1010
required: true
1111
- type: textarea
1212
attributes:
1313
label: Steps to reproduce
14-
description: Provide detailed steps to replicate the bug. Make sure to describe the current behavior. If applicable, include full errors, stack traces, and/or relevant logs.
14+
description: |
15+
Provide detailed steps to replicate the bug. Make sure to describe the current behavior.
16+
If applicable, include full errors, stack traces, and/or relevant logs.
1517
placeholder: |
1618
1. In this environment...
1719
2. With this config...
@@ -41,16 +43,15 @@ body:
4143
required: false
4244
- type: textarea
4345
attributes:
44-
label: Branch, commit, and/or version
45-
description: Provide the branch, commit, and/or version you're using.
46+
label: Environment & Version
47+
description: |
48+
Provide the branch, commit, and/or version you're using, along with environment details
49+
(e.g., OS name and version, browser, runtime, deployment environment).
4650
placeholder: |
47-
branch: issue-1
48-
commit: abc123d
49-
validations:
50-
required: true
51-
- type: textarea
52-
attributes:
53-
label: Environment details
54-
description: Provide environment details (OS name and version, etc).
55-
validations:
56-
required: true
51+
branch:
52+
commit:
53+
version:
54+
environment:
55+
validations:
56+
required: false
57+

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ body:
55
- type: textarea
66
attributes:
77
label: Feature description
8-
description: Provide a clear and concise description of what you want to happen.
8+
description: |
9+
Provide a clear and concise description of what you want to happen.
10+
Include screenshots, wireframes, mockups, diagrams, or other supporting artifacts if available.
911
validations:
1012
required: true
1113
- type: textarea
@@ -32,7 +34,7 @@ body:
3234
- type: textarea
3335
attributes:
3436
label: Proposed solution
35-
description: Provide proposed solution and any technical details on how the feature might be implemented.
37+
description: Describe a possible solution or any technical considerations, if known.
3638
validations:
3739
required: false
3840
- type: textarea

0 commit comments

Comments
 (0)