Skip to content

Commit 8c64801

Browse files
committed
generalize issue form
1 parent 16b8147 commit 8c64801

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/issue-form.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ labels: [triage]
44
body:
55
- type: textarea
66
attributes:
7-
label: Old Behavior
8-
description: Describe how things currently work, why they should change, and any relevant prior discussion.
7+
label: Current Situation
8+
description: Discuss how things currently are, why they should change, and any relevant prior discussion/context.
99
validations:
1010
required: false
1111
- type: textarea
1212
attributes:
13-
label: New Behavior
14-
description: Describe how things ought to work, and why that will address the reasons for change mentioned above.
13+
label: Proposed Changes
14+
description: Describe how things ought to be, and why that will address the reasons for change mentioned above.
1515
validations:
1616
required: false
1717
- type: textarea
1818
attributes:
1919
label: Implementation Details
2020
description: |
21-
A thorough explanation for how the new behavior will be implemented and the old behavior will be deprecated.
21+
A thorough explanation for how the proposed change will be implemented and, if relevant, old behaviors deprecated.
2222
validations:
2323
required: false

0 commit comments

Comments
 (0)