Skip to content

Commit 5d61128

Browse files
committed
update issue form
1 parent 94ed4c6 commit 5d61128

File tree

3 files changed

+32
-39
lines changed

3 files changed

+32
-39
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

-33
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Documentation
4-
url: https://idom-docs.herokuapp.com/
5-
about: Refer to the documentation before starting a discussion
6-
- name: Community Support
7-
url: https://github.com/idom-team/idom/discussions
8-
about: Report issues, request features, and ask questions
3+
- name: Start a Discussion
4+
url: https://github.com/idom-team/django-idom/discussions
5+
about: Report issues, request features, ask questions, and share ideas

.github/ISSUE_TEMPLATE/issue-form.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Draft a Change
2+
description: Create a detailed plan for enhancement (ONLY START AFTER DISCUSSION PLEASE 🙏)
3+
labels: [triage]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Old Behavior
8+
description: Describe how things currently work.
9+
validations:
10+
required: false
11+
- type: textarea
12+
attributes:
13+
label: New Behavior
14+
description: Describe 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 behavior will be deprecated.
22+
validations:
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

0 commit comments

Comments
 (0)