Skip to content

Commit

Permalink
Update issue templates (#19)
Browse files Browse the repository at this point in the history
* Update issue templates

* added labels to issues
  • Loading branch information
hero101 authored Jan 10, 2025
1 parent 113c9c6 commit 4576590
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/user_story.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4576590

Please sign in to comment.