From fbc50c79f17fd5467f89485190d4e98cd73ed339 Mon Sep 17 00:00:00 2001 From: anupama-pathirage Date: Mon, 26 Aug 2024 13:51:41 -0500 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/type_bug.md | 24 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/type_improvement.md | 22 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/type_new_feature.md | 22 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/type_task.md | 20 ++++++++++++++++++ 5 files changed, 96 insertions(+) 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 create mode 100644 .github/ISSUE_TEMPLATE/type_task.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..5088d3fbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +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 000000000..b14deabca --- /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 000000000..c7af3704e --- /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 000000000..72c00dfc4 --- /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/.github/ISSUE_TEMPLATE/type_task.md b/.github/ISSUE_TEMPLATE/type_task.md new file mode 100644 index 000000000..2cc8fbedb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_task.md @@ -0,0 +1,20 @@ +--- +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):** +