Skip to content

Commit 246f58b

Browse files
committed
Convert GH template for developer experience issue
1 parent e334af1 commit 246f58b

File tree

2 files changed

+47
-29
lines changed

2 files changed

+47
-29
lines changed

.github/ISSUE_TEMPLATE/developer-experience-issue.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Developer experience issue
2+
description: Issues related to customization, extensibility, modularity
3+
labels: ['Triage: Dev.Experience']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please read [our guidelines](https://developer.adobe.com/commerce/contributor/guides/code-contributions/#report-an-issue)
9+
before submitting the issue.
10+
- type: textarea
11+
attributes:
12+
label: Summary
13+
description: |
14+
Describe the issue you are experiencing.
15+
Include general information, error messages, environments, and so on.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Examples
21+
description: |
22+
Provide code examples or a patch with a test (recommended) to clearly
23+
indicate the problem.
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Proposed solution
29+
description: |
30+
Suggest your potential solutions for this issue.
31+
- type: textarea
32+
attributes:
33+
label: Release note
34+
description: |
35+
Help us to provide meaningful release notes to the community.
36+
- type: checkboxes
37+
attributes:
38+
label: Triage and priority
39+
description: |
40+
Provide [Severity](https://developer.adobe.com/commerce/contributor/guides/code-contributions/#community-backlog-priority) assessment for the Issue as a Reporter.
41+
This information helps us during the Confirmation and Issue triage processes.
42+
options:
43+
- label: 'Severity: **S0** _- Affects critical data or functionality and leaves users without workaround._'
44+
- label: 'Severity: **S1** _- Affects critical data or functionality and forces users to employ a workaround._'
45+
- label: 'Severity: **S2** _- Affects non-critical data or functionality and forces users to employ a workaround._'
46+
- label: 'Severity: **S3** _- Affects non-critical data or functionality and does not force users to employ a workaround._'
47+
- label: 'Severity: **S4** _- Affects aesthetics, professional look and feel, “quality” or “usability”._'

0 commit comments

Comments
 (0)