Skip to content

Commit

Permalink
Epics template (#4202)
Browse files Browse the repository at this point in the history
* Add epic template

* Add epic template

* Add epic template

* Improve text
  • Loading branch information
andrzejewsky authored Sep 19, 2023
1 parent d4e3052 commit d1d3db4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-jobs-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Introduce epic template
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/epic_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Epic request
description: Publish a new group of issues
title: "[Epic]: "
labels: ["epic"]

body:
- type: textarea
id: description
attributes:
label: Description of an epic
description: Describe overall goal, provide context, explain what goal it represents
placeholder: |
Example: Users needs to have variant edition functionality. This is essential for managing eCommerce and needs lots of configuration for each variant.
We must consider its attributes, quantities, correlated channels and more.
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional information
description: Attach some additional context.
placeholder: |
Example:
Here are the example mockups for variant edition.
Let's consider what options it supposed to have.
Please look at the attached references - it explains how marked use it.
...
validations:
required: false

1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- epic
- triage
- bug
- blocker
Expand Down

0 comments on commit d1d3db4

Please sign in to comment.