From 4576590fe8c92e835bfb30a2c69d389057bb843f Mon Sep 17 00:00:00 2001 From: Svetoslav Petkov Date: Fri, 10 Jan 2025 13:42:17 +0200 Subject: [PATCH] Update issue templates (#19) * Update issue templates * added labels to issues --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- .github/ISSUE_TEMPLATE/epic.md | 10 ++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 7 ++++--- .github/ISSUE_TEMPLATE/user_story.md | 7 ++++--- 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 51af323..f3cfc02 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug report about: Create a report to help us improve -title: "BUG: " -labels: "bug, file service, Atlas Team" -assignees: "" +title: 'BUG: ' +labels: bug, Atlas Team +assignees: '' + --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md index 15e0168..30efa98 100644 --- a/.github/ISSUE_TEMPLATE/epic.md +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -1,9 +1,11 @@ --- name: Epic -about: A theme of work that contain sub-tasks required to complete the larger goal / larger user-story -title: "" -labels: "epic, file service, Atlas Team" -assignees: "" +about: A theme of work that contain sub-tasks required to complete the larger goal + / larger user-story +title: '' +labels: Atlas Team +assignees: '' + --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d89c1a4..c3c8eb1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature request about: Suggest an idea for this project -title: "" -labels: "enhancement, file service, Atlas Team" -assignees: "" +title: '' +labels: enhancement, Atlas Team +assignees: '' + --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md index a5fa460..f10fb3f 100644 --- a/.github/ISSUE_TEMPLATE/user_story.md +++ b/.github/ISSUE_TEMPLATE/user_story.md @@ -1,9 +1,10 @@ --- name: User Story about: A valuable increment of functionality, testable by the users -title: "" -labels: "user story, file service, Atlas Team" -assignees: "" +title: '' +labels: Atlas Team, user story +assignees: '' + --- ## Description