-
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.
New issue templates for enhancement (#4404)
* New issue templates for enhancement * New issue templates for enhancement * New issue templates for enhancement
- Loading branch information
1 parent
873954f
commit 85770f6
Showing
3 changed files
with
31 additions
and
1 deletion.
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 | ||
--- | ||
|
||
Add new issue request templates |
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,25 @@ | ||
name: Enhancement request | ||
description: "Small scope enhancements that do not alter the behavior of the product: Spelling, text adjustments, translations, documentation, small visual design corrections, icon adjustments, etc." | ||
title: "[Enhancement]: " | ||
labels: ["enhancement", "backlog"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the enhancement | ||
description: Describe what you want to improve, attach the reasoning. | ||
placeholder: | | ||
Example: I want to adjust the border colors as well as inner padding to be consistent with the other views | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Attach some additional references, links, some context | ||
placeholder: | | ||
Example: Currently we use old color values, we need to update it in the future | ||
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