Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/change-plan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Change Plan
description: A detailed enhancement proposal (ONLY START AFTER DISCUSSION PLEASE 🙏)
labels: [triage]
body:
- type: textarea
attributes:
label: Old Behavior
description: A concise description of how things currently work.
validations:
required: false
- type: textarea
attributes:
label: New Behavior
description: A concise description of how things ought to work.
validations:
required: false
- type: textarea
attributes:
label: Implementation Details
description: |
A thorough explanation for how the new behavior will be implemented and the old
behavior will be deprecated.
validations:
required: false
- type: checkboxes
attributes:
label: Code of Conduct
options:
- label: I agree to follow the [Code of Conduct](https://github.com/idom-team/idom/blob/main/CODE_OF_CONDUCT.md).
required: true
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Documentation
url: https://idom-docs.herokuapp.com/
about: Refer to the documentation before starting a discussion
- name: Community Support
- name: Start a Discussion
url: https://github.com/idom-team/idom/discussions
about: Report issues, request features, and ask questions
about: Report issues, request features, ask questions, and share ideas