-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add epic template * Add epic template * Add epic template * Improve text
- Loading branch information
1 parent
d4e3052
commit d1d3db4
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"saleor-dashboard": patch | ||
--- | ||
|
||
Introduce epic template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters