Skip to content

Commit 2398f74

Browse files
authored
Update issue form to match IDOM core
1 parent 6b430e5 commit 2398f74

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Diff for: .github/ISSUE_TEMPLATE/issue-form.yml

+9-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
1-
name: Draft a Change
2-
description: Create a detailed plan for enhancement (ONLY START AFTER DISCUSSION PLEASE 🙏)
3-
labels: [triage]
1+
name: Plan a Task
2+
description: Create a detailed plan of action (ONLY START AFTER DISCUSSION PLEASE 🙏).
3+
labels: ["flag: triage"]
44
body:
55
- type: textarea
66
attributes:
7-
label: Old Behavior
8-
description: Describe how things currently work.
7+
label: Current Situation
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:
13-
label: New Behavior
14-
description: Describe how things ought to work.
13+
label: Proposed Actions
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 new behavior will be implemented and the old behavior will be 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
24-
- type: checkboxes
25-
attributes:
26-
label: Code of Conduct
27-
options:
28-
- label: I agree to follow the [Code of Conduct](https://github.com/idom-team/django-idom/blob/main/CODE_OF_CONDUCT.md).
29-
required: true

0 commit comments

Comments
 (0)