From 48e92fd049a8d2a0560ccb44f6124fa2a999ff00 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Fri, 20 Aug 2021 01:30:22 -0700 Subject: [PATCH 1/2] encourage starting a discussion first --- .github/ISSUE_TEMPLATE/bug-report.yml | 33 -------------------------- .github/ISSUE_TEMPLATE/change-plan.yml | 30 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/change-plan.yml 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 From ae82eef0f968704d3f8c141e570faf39c682bd89 Mon Sep 17 00:00:00 2001 From: rmorshea <ryan.morshead@gmail.com> Date: Fri, 20 Aug 2021 01:32:02 -0700 Subject: [PATCH 2/2] change contact links to "Start a Discussion" --- .github/ISSUE_TEMPLATE/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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