Skip to content

Commit

Permalink
ci: issue template improvements (#10978)
Browse files Browse the repository at this point in the history
### What
- issue template improvements
  • Loading branch information
teolemon authored Nov 7, 2024
1 parent 5015c33 commit 3b69321
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Epic
about: Template for epics. Epics group several user stories together into a main piece
of added value.
title: ''
labels: "epic"
type: "🎯 Epic"
assignees: ''

---
Expand All @@ -18,4 +18,4 @@ assignees: ''
### Who for

### Part of
- #525 <!-- Please remplace 525 by the most specific parent issue possible -->
- #525 <!-- Please remplace 525 by the most specific parent issue possible -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'feature'
labels: '✨ Enhancement'
---

### Problem
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Task
about: Template for tasks. Tasks are a small unit of work, usually resulting of breaking
down a user story or other bigger items of a sprint backlog.
title: ''
labels: 'task'
type: '✅ Task'
assignees: ''

---
Expand Down

0 comments on commit 3b69321

Please sign in to comment.