-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add issue & pr templates & code owners (#120)
- Loading branch information
1 parent
2da08e6
commit 2cbe3da
Showing
6 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @VijithaEkanayake @mturoci @mtanco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |