From 43fc567d99ca8403d1153c8adadbfe5459e44f3d Mon Sep 17 00:00:00 2001 From: Ishita <74133489+ishita-43@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:46:09 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation-update.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/documentation-update.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e6e2ff6..acf039e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug, Level1 +labels: bug, Level2, wob24 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation-update.md b/.github/ISSUE_TEMPLATE/documentation-update.md new file mode 100644 index 0000000..f42b308 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-update.md @@ -0,0 +1,10 @@ +--- +name: Documentation Update +about: Describe this issue template's purpose here. +title: '' +labels: documentation, good first issue, Level1, wob24 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f3e8fba..be73579 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: enhancement, Level2, wob24 +labels: enhancement, Level3, wob24 assignees: '' ---