forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert the NEW_FEATURE template Convert the NEW_TOPIC template Convert TOPIC_CLARIFICATION Configuring the template chooser Rename the issue template files to change the order Clarification about an issue with the actual product
- Loading branch information
Showing
8 changed files
with
116 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Help Center | ||
url: https://support.magento.com/hc/en-us | ||
about: Find help with issues unrelated to documentation here. | ||
- name: Community resources | ||
url: https://developer.adobe.com/open/magento | ||
about: Find more resources here. | ||
- name: Contact the team | ||
url: https://magentocommeng.slack.com/messages/CAN932A3H | ||
about: Ask and answer questions directly with the team. |
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,35 @@ | ||
name: Incorrect or unclear topic | ||
description: "Unclear or incorrect documentation: ambiguous guidelines, wrong or obsolete examples, typos, etc." | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report this issue! | ||
This request should only relate to the content of the devdocs.magento.com website. | ||
If you are having an issue with the actual product (as opposed to the docs), search the [Help Center](https://support.magento.com/hc/en-us) or report it as a [codebase issue](https://devdocs.magento.com/contributor-guide/contributing.html#report). | ||
Requests that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the documentation you are requesting. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Which topic? | ||
description: A link to the topic that needs clarification or correction | ||
placeholder: "Example: https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What's wrong with the content? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What changes do you propose? | ||
- type: textarea | ||
attributes: | ||
label: Anything else that can help to cover this? |
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,28 @@ | ||
name: Missing content | ||
description: Undocumented feature, service, command, API, UI component, procedure, etc. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report this issue! | ||
This request should only relate to the content of the devdocs.magento.com website. | ||
If you are having an issue with the actual product (as opposed to the docs), search the [Help Center](https://support.magento.com/hc/en-us) or report it as a [codebase issue](https://devdocs.magento.com/contributor-guide/contributing.html#report). | ||
Requests that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the documentation you are requesting. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What's missing? | ||
placeholder: | | ||
- In the <guide name> or <page link> ... | ||
- Missing explanation of how ... works. | ||
- Missing steps or guidelines for .... | ||
- Missing code samples to demonstrate .... | ||
- Something else ... | ||
validations: | ||
required: true |
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
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,38 @@ | ||
name: Site feature request | ||
description: Propose a new functionality or an improvement of the devdocs.magento.com website or of the local development tools. | ||
labels: ["Site Improvements"] | ||
assignees: | ||
- dshevtsov | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report this issue! | ||
This feature request should only relate to the devdocs website itself or other non-content request such as rake commands. | ||
If you are having an issue with the actual product (as opposed to the docs), search the [Help Center](https://support.magento.com/hc/en-us) or report it as a [codebase issue](https://devdocs.magento.com/contributor-guide/contributing.html#report). | ||
Requests that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the feature you are requesting. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What feature should be added? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the expected behavior? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: How will this feature improve the user experience? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What would a solution for this issue look like? |