mirror of https://github.com/docker/docs.git
Merge pull request #308 from mstanleyjones/template_tweaks
Shorten the templates a bit
This commit is contained in:
commit
ab159a17a2
|
@ -1,40 +1,26 @@
|
||||||
### Problem description
|
### Problem description
|
||||||
|
|
||||||
<!-- Provide a brief description of the problem with
|
<!-- Briefly describe the problem that you found. Only documentation issues should be filed here.
|
||||||
the documentation.
|
For general questions, go to https://forums.docker.com/. -->
|
||||||
|
|
||||||
If this is an issue with Docker itself, rather than
|
|
||||||
the Docker documentation, this may not be the right
|
|
||||||
place to file the issue. Consider filing it in the
|
|
||||||
specific project's repository or asking a question
|
|
||||||
on forums.docker.com.
|
|
||||||
|
|
||||||
You can delete these comments as you are filling out
|
|
||||||
the template. -->
|
|
||||||
|
|
||||||
### Problem location
|
### Problem location
|
||||||
|
|
||||||
<!-- Help us find the problem quickly by choosing one
|
<!-- Help us find the problem quickly by choosing one of these. -->
|
||||||
of these. Put an x between the brackets of your
|
|
||||||
choice, like [x]. -->
|
|
||||||
|
|
||||||
- [ ] I saw the problem on the following URL:
|
- I saw a problem on the following URL: <URL>
|
||||||
|
|
||||||
- [ ] I couldn't find the information I wanted. I expected to find it near the following URL:
|
- I couldn't find the information I wanted. I expected to find it near the following URL: <URL>
|
||||||
|
|
||||||
- [ ] Other:
|
- Other: <DETAILS>
|
||||||
|
|
||||||
### Project version(s) affected
|
### Project version(s) affected
|
||||||
|
|
||||||
<!-- If this problem only affects specific versions of a
|
<!-- If this problem only affects specific versions of a project (like Docker
|
||||||
project (like Docker Engine 1.13), mention it here. The fix
|
Engine 1.13), tell us here. The fix may need to take that into account. -->
|
||||||
may need to take that into account. -->
|
|
||||||
|
|
||||||
### Suggestions for a fix
|
### Suggestions for a fix
|
||||||
|
|
||||||
<!--If you have specific ideas for how the problem
|
<!--If you have specific ideas about how we can fix this, let us know. -->
|
||||||
can be addressed, 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 -->
|
||||||
|
|
|
@ -1,52 +1,33 @@
|
||||||
<!--Thanks for your contribution. Please use the following
|
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
|
||||||
guidelines to help us review it. You can remove these comments
|
for this project's contribution guidelines. -->
|
||||||
as you fill out this template. -->
|
|
||||||
|
|
||||||
<!--DO NOT edit files and directories listed in .NOT_EDITED_HERE.txt
|
<!--DO NOT edit files and directories listed in .NOT_EDITED_HERE.txt.
|
||||||
as these are maintained in upstream repos and added to the central
|
These are maintained in upstream repos and changes here will be lost.-->
|
||||||
docs repo periodically. Your PR will fail automated checks if it
|
|
||||||
includes changes to these files or directories.-->
|
|
||||||
|
|
||||||
<!-- **Squash your commits**: Please use an
|
|
||||||
interactive rebase (https://help.github.com/articles/about-git-rebase/)
|
|
||||||
to squash (combine) multiple commits into a single commit, to keep the
|
|
||||||
commit history clean. The exception is when commits from multiple
|
|
||||||
contributors exist in the same pull request. In that case, one commit
|
|
||||||
per contributor is preferred, to keep the history clean but also give
|
|
||||||
credit for the work to all contributors. -->
|
|
||||||
|
|
||||||
### Describe the proposed changes
|
### Describe the proposed changes
|
||||||
|
|
||||||
<!-- Tell us what you did and why. You can leave this off if
|
<!-- Tell us what you did and why. You can leave this off if the PR title
|
||||||
the PR title is descriptive. -->
|
is descriptive. The commit message will be added to the end of this form.-->
|
||||||
|
|
||||||
### Project version
|
### Project version
|
||||||
|
|
||||||
<!-- If this change only applies to a certain version of a project
|
<!-- If this change only applies to a future version of a project (like
|
||||||
(like Docker Engine 1.13), note that here. Also, consider adding
|
Docker Engine 1.13), note that here and base your work on the `vnext-`
|
||||||
that info to the docs in your change, such as by adding
|
branch for your project. -->
|
||||||
"In Docker 1.13 and higher..." or similar. -->
|
|
||||||
|
|
||||||
<!-- Also, DO NOT base your work on master if your change is only
|
|
||||||
relevant to an unreleased version of a project. Instead, base
|
|
||||||
your work on the `vnext-<PROJECT>` branch, which will be merged
|
|
||||||
into master when that project has a new release.-->
|
|
||||||
|
|
||||||
### Related issue
|
### Related issue
|
||||||
|
|
||||||
<!-- If this relates to an issue or PR in this repo, refer to it
|
<!-- If this relates to an issue or PR in this repo, refer to it like
|
||||||
like #1234 -->
|
#1234, or 'Fixes #1234' or 'Closes #1234'. -->
|
||||||
|
|
||||||
### Related issue or PR in another project
|
### Related issue or PR in another project
|
||||||
|
|
||||||
<!-- Provide one or more links to issues or pull requests in
|
<!-- Links to issues or pull requests in other repositories if applicable. -->
|
||||||
other repositories. For instance, a link to the PR that
|
|
||||||
introduces a code change that this PR is documenting. -->
|
|
||||||
|
|
||||||
### Please take a look
|
### Please take a look
|
||||||
|
|
||||||
<!-- Use this section to at-mention specific individuals who should take a
|
<!-- At-mention specific individuals or groups who should take a
|
||||||
look at this PR. For instance, @exampleuser123-->
|
look at this PR. For instance, @exampleuser123 -->
|
||||||
|
|
||||||
|
|
||||||
<!-- To improve this template, edit .github/PULL_REQUEST_TEMPLATE.md. -->
|
<!-- To improve this template, edit .github/PULL_REQUEST_TEMPLATE.md. -->
|
||||||
|
|
Loading…
Reference in New Issue