Skip to content

Commit bf0b48b

Browse files
committed
feat(COMDOX-1718): migrate issue templates and workflows from .github-old-v1
1 parent 73a474d commit bf0b48b

15 files changed

Lines changed: 242 additions & 203 deletions

.github-old-v1/ISSUE_TEMPLATE/BUG.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github-old-v1/ISSUE_TEMPLATE/NEW_FEATURE.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github-old-v1/ISSUE_TEMPLATE/NEW_TOPIC.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github-old-v1/ISSUE_TEMPLATE/TOPIC_CLARIFICATION.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github-old-v1/pull_request_template.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github-old-v1/workflows/add-to-project-board.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
name: Site bug
3+
description: Something isn't working on experienceleague.adobe.com.
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for taking the time to report this issue!
10+
This bug report should only relate to the experienceleague.adobe.com website itself,
11+
such as rendering issues, 404 pages, or other unexpected behavior.
12+
Issues that do not comply with our
13+
[Code of Conduct](https://github.com/AdobeDocs/commerce-admin.en/blob/main/code-of-conduct.md)
14+
or do not contain enough information may be closed at the maintainers' discretion.
15+
SECURITY DISCLOSURE: If this is a security disclosure, please follow the guidelines
16+
in CONTRIBUTING.md. This helps keep folks from accidentally releasing vulnerabilities
17+
before the maintainers get a chance to fix the issue.
18+
- type: checkboxes
19+
attributes:
20+
label: Is there an existing issue for this?
21+
description: Please search to see if an issue already exists for the bug you encountered.
22+
options:
23+
- label: I have searched the existing issues
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Expected behavior
28+
description: |
29+
Tell us what you expected to happen.
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Actual behavior
35+
description: |
36+
Tell us what happened. Include error messages and issues.
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: Steps to reproduce
42+
description: |
43+
Provide a set of clear steps to reproduce this bug.
44+
validations:
45+
required: true
46+
- type: textarea
47+
attributes:
48+
label: Environment
49+
description: |
50+
Describe your environment such as platform, browser, and versions.
51+
Provide all the details that will help us to reproduce the bug.
52+
value: |
53+
- Browser:
54+
- OS:
55+
validations:
56+
required: true
57+
- type: textarea
58+
attributes:
59+
label: Sample code
60+
description: Sample code that illustrates the problem
61+
- type: textarea
62+
attributes:
63+
label: Logs
64+
description: Logs taken while reproducing problem

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: Help Center
5+
url: https://helpx.adobe.com/support.html
6+
about: Find help with issues unrelated to documentation here.
7+
- name: Adobe Commerce Support Knowledge Base
8+
url: https://experienceleague.adobe.com/en/docs/commerce-knowledge-base/kb/overview
9+
about: Find troubleshooting and how-to articles for Adobe Commerce.
10+
- name: Adobe Support
11+
url: https://experienceleague.adobe.com/en/support
12+
about: Get help from Adobe Support.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Site feature request
3+
description: Propose a new functionality or an improvement of the experienceleague.adobe.com website.
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to report this issue!
9+
This feature request should only relate to the experienceleague.adobe.com website itself and its behavior.
10+
Requests that do not comply with our
11+
[Code of Conduct](https://github.com/AdobeDocs/commerce-admin.en/blob/main/code-of-conduct.md)
12+
or do not contain enough information may be closed at the maintainers' discretion.
13+
- type: checkboxes
14+
attributes:
15+
label: Is there an existing issue for this?
16+
description: Please search to see if an issue already exists for the feature you are requesting.
17+
options:
18+
- label: I have searched the existing issues
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: What feature should be added?
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: What is the expected behavior?
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: How will this feature improve the user experience?
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: What would a solution for this issue look like?

0 commit comments

Comments
 (0)