Skip to content

Commit

Permalink
chore: add epic template
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-chahbouni-decathlon authored Oct 12, 2021
1 parent 16372a4 commit 26a3a8c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Epic
about: An epic is a collection of user stories. It can be used to gather features sharing the same goal (e.g. User login management, Migration, Purchase etc.).
title: Epic
labels: Epic
assignees: ''

---

**Why do you want to add this epic ?**
Explain how this is a solution for ARA, what value(s) does it add (e.g. "ARA access does not require any login, anyone can do anything and that can be a problem (for instance, project deletion)").

**Description**
What is the epic about ? Feel free to detail as many as you can.

**Features**
- feature 1 (#xx)
- feature 2 (#yy)
- ...

**Additional context**
Add any other context or screenshots about the epic request here or even mockups of screen modifications if you have made any :)

0 comments on commit 26a3a8c

Please sign in to comment.