mirror of https://github.com/docker/docs.git
Update the issue template (#13870)
* Update the issue template Signed-off-by: Usha Mandya <usha.mandya@docker.com> * Apply suggestions from code review Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
322a1873b9
commit
8d600ba5be
|
|
@ -1,27 +1,41 @@
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
## READ ME FIRST
|
||||||
|
|
||||||
|
This repository is for reporting issues related to Docker Documentation. Before submitting a new issue, check whether the issue has already been reported. You can join the discussion using an emoji, or by adding a comment to an existing issue.
|
||||||
|
|
||||||
|
You can ask general questions and get community support through the Docker Community Slack - http://dockr.ly/slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See https://www.docker.com/pricing for details.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
### Problem description
|
### Problem description
|
||||||
|
|
||||||
<!--Briefly describe the problem that you found.
|
<!--
|
||||||
Only DOCUMENTATION issues should be filed here.
|
Briefly describe the problem that you found. A clear title and description helps us understand and address the issue quickly.
|
||||||
For general questions, go to https://forums.docker.com/. -->
|
|
||||||
|
Report only documentation issues here. Report any product issues in the corresponding product repository.
|
||||||
|
|
||||||
|
If you are reporting a broken link issue, let us know how you arrived at the broken link; was it through a page on docs.docker.com, or from an external website?
|
||||||
|
-->
|
||||||
|
|
||||||
### Problem location
|
### Problem location
|
||||||
|
|
||||||
<!-- Help us find the problem quickly by choosing one of these. -->
|
<!-- Help us find the problem quickly by choosing one of the following options: -->
|
||||||
|
|
||||||
- I saw a problem on the following URL: <URL>
|
- I saw a problem at the following URL: <Add URL>
|
||||||
|
|
||||||
- I couldn't find the information I wanted. I expected to find it near the following URL: <URL>
|
- I couldn't find the information I wanted. I expected to find it near the following URL <Add the URL and briefly describe how we can improve the existing content>
|
||||||
|
|
||||||
- Other: <DETAILS>
|
- Other: <Add details that can help us understand the issue>
|
||||||
|
|
||||||
### Project version(s) affected
|
### Project version(s) affected
|
||||||
|
|
||||||
<!-- If this problem only affects specific versions of a project (like Docker
|
<!-- If this problem only affects specific versions of a project (like Docker
|
||||||
Engine 19.03), tell us here. The fix may need to take that into account. -->
|
Engine 20.10, or Docker Desktop 4.2.0), tell us here. The fix may need to take that into account. -->
|
||||||
|
|
||||||
### Suggestions for a fix
|
### Suggestions for a fix
|
||||||
|
|
||||||
<!--If you have specific ideas about how we can fix this, let us know. -->
|
<!--If you have specific ideas about how we can fix this issue, let us know. -->
|
||||||
|
|
||||||
|
|
||||||
<!-- To improve this template, edit the .github/ISSUE_TEMPLATE.md file -->
|
<!-- To improve this template, edit the .github/ISSUE_TEMPLATE.md file -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue