From dbebad25ba5ec7229149ab1f637c219a45905ef1 Mon Sep 17 00:00:00 2001 From: anupama-pathirage Date: Mon, 26 Aug 2024 12:36:43 -0500 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/config.yml | 7 ++++ .github/ISSUE_TEMPLATE/type_bug.md | 24 ++++++++++++ .github/ISSUE_TEMPLATE/type_improvement.md | 22 +++++++++++ .github/ISSUE_TEMPLATE/type_new_feature.md | 22 +++++++++++ .../ISSUE_TEMPLATE/type_task.md | 38 ++++++++++--------- 5 files changed, 95 insertions(+), 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/type_bug.md create mode 100644 .github/ISSUE_TEMPLATE/type_improvement.md create mode 100644 .github/ISSUE_TEMPLATE/type_new_feature.md rename issue_template.md => .github/ISSUE_TEMPLATE/type_task.md (67%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8f30ee0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: General Question + url: https://stackoverflow.com/questions/tagged/wso2-micro-integrator + about: "If you have a question then please ask on Stack Overflow using the #wso2-micro-integrator tag." + - name: Chat on help-micro-integrator Discord Channel + url: https://discord.com/invite/Xa5VubmThw + about: "Chat about anything else with the community." diff --git a/.github/ISSUE_TEMPLATE/type_bug.md b/.github/ISSUE_TEMPLATE/type_bug.md new file mode 100644 index 0000000..b14deab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_bug.md @@ -0,0 +1,24 @@ +--- +name: "Bug Report" +about: "Report a bug if something is not working as expected" +labels: 'Type/Bug' + +--- + +**Description:** + + +**Steps to reproduce:** + +**Affected Versions:** + +**OS, DB, other environment details and versions:** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** + diff --git a/.github/ISSUE_TEMPLATE/type_improvement.md b/.github/ISSUE_TEMPLATE/type_improvement.md new file mode 100644 index 0000000..c7af370 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_improvement.md @@ -0,0 +1,22 @@ +--- +name: "Improvement Request" +about: "Create an improvement request for an existing feature" +labels: 'Type/Improvement' + +--- + +**Description:** + + +**Describe your problem(s)** + +**Describe your solution(s)** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** + diff --git a/.github/ISSUE_TEMPLATE/type_new_feature.md b/.github/ISSUE_TEMPLATE/type_new_feature.md new file mode 100644 index 0000000..72c00df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_new_feature.md @@ -0,0 +1,22 @@ +--- +name: "New Feature Request" +about: "Create a new feature request" +labels: 'Type/NewFeature' + +--- + +**Description:** + + +**Describe your problem(s)** + +**Describe your solution(s)** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** + diff --git a/issue_template.md b/.github/ISSUE_TEMPLATE/type_task.md similarity index 67% rename from issue_template.md rename to .github/ISSUE_TEMPLATE/type_task.md index 757e13e..2cc8fbe 100644 --- a/issue_template.md +++ b/.github/ISSUE_TEMPLATE/type_task.md @@ -1,18 +1,20 @@ -**Description:** - - -**Suggested Labels:** - - -**Suggested Assignees:** - - -**Affected Product Version:** - -**OS, DB, other environment details and versions:** - -**Steps to reproduce:** - - -**Related Issues:** - \ No newline at end of file +--- +name: "Task" +about: "Create a task which you want to keep track" +labels: 'Type/Task' + +--- + +**Description:** + + +**Describe your task(s)** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** +