Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c7d14ff

Browse files
authored
Merge pull request magento-commerce/devdocs#2710
Update issue templates
2 parents 73303e7 + 5e2372c commit c7d14ff

File tree

6 files changed

+24
-65
lines changed

6 files changed

+24
-65
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GitHub Issues should only be created for problems/topics related to this project
1919
Before submitting this issue, please make sure you are complying with our Code of Conduct:
2020
https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md
2121
22-
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
22+
Issues that neither comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
2323
2424
Feel free to remove this section before creating this issue.
2525
-->

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
name: Bug report
33
about: Create an issue about a bug on the devdocs website
4-
---
4+
title: Bug report
5+
labels: bug
6+
assignees: dshevtsov
57

6-
# Bug report
8+
---
79

810
## Description
911

1012
<!-- (REQUIRED) What is the issue/current behavior? -->
1113

1214
### Steps to reproduce
1315

14-
<!-- (OPTIONAL) What needs to be done to replicate this issue? (provide Gist if needed) -->
16+
<!-- (OPTIONAL) What needs to be done to replicate this issue? You can provide your scenario in a Gist. -->
1517

1618
1. First Step
1719
1. Second Step
1820
1. Etc.
1921

2022
## Expected result
2123

22-
<!-- (REQUIRED) When this issue is resolved, what is the expected result/behavior? -->
24+
<!-- (REQUIRED) What is the expected result/behavior after resolving this issue? -->
2325

2426
## Possible solutions
2527

@@ -31,7 +33,7 @@ about: Create an issue about a bug on the devdocs website
3133

3234
<!--
3335
Thank you for taking the time to report this issue!
34-
GitHub Issues should only be created for problems/topics related to this project's codebase.
36+
GitHub Issues in this repo should relate to this project's codebase.
3537
3638
Before submitting this issue, please make sure you are complying with our Code of Conduct:
3739
https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md

.github/ISSUE_TEMPLATE/COMMUNITY_ISSUE_TEMPLATE.md

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

.github/ISSUE_TEMPLATE/NEW_FEATURE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
name: New feature
2+
name: New devdocs feature
33
about: Create a request for new functionality in devdocs
4-
---
4+
title: Request for a devdocs feature
5+
labels: enhancement
6+
assignees: dshevtsov
57

6-
# New feature request
8+
---
79

810
## Description
911

@@ -27,7 +29,7 @@ about: Create a request for new functionality in devdocs
2729

2830
<!--
2931
Thank you for taking the time to report this issue!
30-
GitHub Issues should only be created for problems/topics related to this project's codebase.
32+
GitHub Issues in this repo should only relate to this project's codebase.
3133
3234
Before submitting this issue, please make sure you are complying with our Code of Conduct:
3335
https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md

.github/ISSUE_TEMPLATE/NEW_TOPIC.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
name: New topic
33
about: Create a request to add missing information to devdocs
4-
---
4+
title: 'Request for a new topic'
5+
labels: New Topic
6+
assignees: ''
57

6-
# New topic request
8+
---
79

810
## Description
911

@@ -26,7 +28,7 @@ about: Create a request to add missing information to devdocs
2628

2729
<!--
2830
Thank you for taking the time to report this issue!
29-
GitHub Issues should only be created for problems/topics related to this project's codebase.
31+
GitHub Issues in this repo should relate to this project's codebase.
3032
3133
Before submitting this issue, please make sure you are complying with our Code of Conduct:
3234
https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md

.github/ISSUE_TEMPLATE/TOPIC_CLARIFICATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
name: Topic clarification/correction
33
about: Create a request to clarify or correct a documentation topic
4-
---
4+
title: 'Request for a topic update'
5+
labels: ''
6+
assignees: ''
57

6-
# Topic clarification/correction request
8+
---
79

810
## Topic Link
911

@@ -23,7 +25,7 @@ about: Create a request to clarify or correct a documentation topic
2325

2426
<!--
2527
Thank you for taking the time to report this issue!
26-
GitHub Issues should only be created for problems/topics related to this project's codebase.
28+
GitHub Issues in this repo should relate to this project's codebase.
2729
2830
Before submitting this issue, please make sure you are complying with our Code of Conduct:
2931
https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)