Skip to content

Commit 347eee6

Browse files
authored
Update issue-form.yml
1 parent bd327c3 commit 347eee6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/issue-form.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: Plan an Action
1+
name: Plan a Task
22
description: Create a detailed plan of action (ONLY START AFTER DISCUSSION PLEASE 🙏).
33
labels: [triage]
44
body:
55
- type: textarea
66
attributes:
77
label: Current Situation
8-
description: Discuss how things currently are, why they should change, and any relevant prior discussion/context.
8+
description: Discuss how things currently are, why they require action, and any relevant prior discussion/context.
99
validations:
1010
required: false
1111
- type: textarea
1212
attributes:
1313
label: Proposed Actions
14-
description: Describe how things ought to be, and why that will address the reasons for change mentioned above.
14+
description: Describe what ought to be done, and why that will address the reasons for action mentioned above.
1515
validations:
1616
required: false
1717
- type: textarea
1818
attributes:
19-
label: Implementation Details
19+
label: Work Items
2020
description: |
21-
A thorough explanation for how the proposed change will be implemented and, if relevant, old behaviors deprecated.
21+
An itemized list or detailed description of the work to be done to based on the proposed actions above.
2222
validations:
2323
required: false

0 commit comments

Comments
 (0)