diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
deleted file mode 100644
index 43726da61..000000000
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Bug Report
-description: A detailed description of a problem you are experiencing
-title: "[BUG]
"
-labels: [bug, triage]
-body:
-- type: checkboxes
- attributes:
- label: Is there an existing issue for this?
- description: Please search to see if an issue already exists for the bug you encountered.
- options:
- - label: I have searched the existing issues
- required: true
-- type: textarea
- attributes:
- label: Current Behavior
- description: A concise description of what you're experiencing.
- validations:
- required: false
-- type: textarea
- attributes:
- label: Expected Behavior
- description: A concise description of what you expected to happen.
- validations:
- required: false
-- type: textarea
- attributes:
- label: Anything else?
- description: |
- Links? References? Anything that will give us more context about the issue you are encountering!
-
- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/change-plan.yml b/.github/ISSUE_TEMPLATE/change-plan.yml
new file mode 100644
index 000000000..e4db50736
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/change-plan.yml
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 037e3c2f7..efa7d4918 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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