From 2cbe3dab6f3c6e0ed9a460f9187144411c7da223 Mon Sep 17 00:00:00 2001 From: Chathrinda Ranasinghe Date: Mon, 3 Jul 2023 12:15:44 +0530 Subject: [PATCH] chore: Add issue & pr templates & code owners (#120) --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/type_bug.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/type_improvement.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/type_new_feature.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/type_task.md | 14 ++++++++++++++ .github/pull_request_template.md | 5 +++++ 6 files changed, 74 insertions(+) create mode 100644 .github/CODEOWNERS 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 create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8334680 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @VijithaEkanayake @mturoci @mtanco diff --git a/.github/ISSUE_TEMPLATE/type_bug.md b/.github/ISSUE_TEMPLATE/type_bug.md new file mode 100644 index 0000000..2aaa843 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_bug.md @@ -0,0 +1,22 @@ +--- +name: "Bug Report" +about: "Report a bug if something is not working as expected" +labels: 'type/bug' + +--- + +**Actual behavior** + + +**Expected behavior** + + +**Steps to reproduce:** + +**Affected Versions:** + +**OS, browser, other environment details and versions:** + +**Related Issues (optional):** + + diff --git a/.github/ISSUE_TEMPLATE/type_improvement.md b/.github/ISSUE_TEMPLATE/type_improvement.md new file mode 100644 index 0000000..390386c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_improvement.md @@ -0,0 +1,16 @@ +--- +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):** + diff --git a/.github/ISSUE_TEMPLATE/type_new_feature.md b/.github/ISSUE_TEMPLATE/type_new_feature.md new file mode 100644 index 0000000..19b5d9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_new_feature.md @@ -0,0 +1,16 @@ +--- +name: "New Feature Request" +about: "Create a new feature request" +labels: 'type/feature' + +--- + +**Description:** + + +**Describe your problem(s)** + +**Describe your solution(s)** + +**Related Issues (optional):** + diff --git a/.github/ISSUE_TEMPLATE/type_task.md b/.github/ISSUE_TEMPLATE/type_task.md new file mode 100644 index 0000000..aef1383 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/type_task.md @@ -0,0 +1,14 @@ +--- +name: "Task" +about: "Create a task which you want to keep track" +labels: 'type/task' + +--- + +**Description:** + + +**Describe your task(s)** + +**Related Issues (optional):** + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..dc02b6f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +**Description:** + + +**Related Issues (optional):** +