File tree 1 file changed +9
-15
lines changed
1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 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" ]
4
4
body :
5
5
- type : textarea
6
6
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 .
9
9
validations :
10
10
required : false
11
11
- type : textarea
12
12
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 .
15
15
validations :
16
16
required : false
17
17
- type : textarea
18
18
attributes :
19
- label : Implementation Details
19
+ label : Work Items
20
20
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 .
22
22
validations :
23
23
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
You can’t perform that action at this time.
0 commit comments