Skip to content

Commit

Permalink
New issue templates for enhancement (#4404)
Browse files Browse the repository at this point in the history
* New issue templates for enhancement

* New issue templates for enhancement

* New issue templates for enhancement
  • Loading branch information
andrzejewsky authored Nov 7, 2023
1 parent 873954f commit 85770f6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-teachers-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Add new issue request templates
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
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

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Publish a new feature request
description: "Broader scope requests, a new implementation that is not yet present in the project."
title: "[Feature]: "
labels: ["feature", "backlog"]

Expand Down

0 comments on commit 85770f6

Please sign in to comment.