Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue template #30

Merged
merged 1 commit into from
Aug 27, 2024
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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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."
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/type_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "Bug Report"
about: "Report a bug if something is not working as expected"
labels: 'Type/Bug'

---

**Description:**
<!-- Give a brief description of the bug -->

**Steps to reproduce:**

**Affected Versions:**

**OS, DB, other environment details and versions:**

**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->

**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->

**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/type_improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "Improvement Request"
about: "Create an improvement request for an existing feature"
labels: 'Type/Improvement'

---

**Description:**
<!-- Give a brief description of the improvement -->

**Describe your problem(s)**

**Describe your solution(s)**

**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->

**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->

**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/type_new_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "New Feature Request"
about: "Create a new feature request"
labels: 'Type/NewFeature'

---

**Description:**
<!-- Give a brief description of the new feature -->

**Describe your problem(s)**

**Describe your solution(s)**

**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->

**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->

**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
38 changes: 20 additions & 18 deletions issue_template.md → .github/ISSUE_TEMPLATE/type_task.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
**Description:**
<!-- Give a brief description of the issue -->

**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->

**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->

**Affected Product Version:**

**OS, DB, other environment details and versions:**

**Steps to reproduce:**


**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
---
name: "Task"
about: "Create a task which you want to keep track"
labels: 'Type/Task'

---

**Description:**
<!-- Give a brief description of the task -->

**Describe your task(s)**

**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->

**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->

**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->