Skip to content

Commit

Permalink
chore: Add issue & pr templates & code owners (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathurindaRanasinghe authored Jul 3, 2023
1 parent 2da08e6 commit 2cbe3da
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @VijithaEkanayake @mturoci @mtanco
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/type_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "Bug Report"
about: "Report a bug if something is not working as expected"
labels: 'type/bug'

---

**Actual behavior**
<!-- Give a clear and concise description of what happened -->

**Expected behavior**
<!-- Give a clear and concise description of what you expected to happen -->

**Steps to reproduce:**

**Affected Versions:**

**OS, browser, 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. -->

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/type_improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
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. -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/type_new_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "New Feature Request"
about: "Create a new feature request"
labels: 'type/feature'

---

**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. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/type_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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. -->
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**Description:**
<!-- Give a brief description of the task -->

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

0 comments on commit 2cbe3da

Please sign in to comment.