Skip to content

Commit 0b3e591

Browse files
committed
encourage starting a discussion first
1 parent d2623df commit 0b3e591

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Change Plan
2+
description: A detailed enhancement proposal (ONLY START AFTER DISCUSSION PLEASE 🙏)
3+
labels: [triage]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Old Behavior
8+
description: A concise description of how things currently work.
9+
validations:
10+
required: false
11+
- type: textarea
12+
attributes:
13+
label: New Behavior
14+
description: A concise description of how things ought to work.
15+
validations:
16+
required: false
17+
- type: textarea
18+
attributes:
19+
label: Implementation Details
20+
description: |
21+
A thorough explanation for how the new behavior will be implemented and the old
22+
behavior will be deprecated.
23+
validations:
24+
required: false
25+
- type: checkboxes
26+
attributes:
27+
label: Code of Conduct
28+
options:
29+
- label: I agree to follow the [Code of Conduct](https://github.com/idom-team/idom/blob/main/CODE_OF_CONDUCT.md).
30+
required: true

0 commit comments

Comments
 (0)