Comment out template guidelines

Thanks @vors! This makes the guidelines not show up in the rendered
issue/pull request, but keeps the text in the source.
This commit is contained in:
Andrew Schwartzmeyer 2016-05-16 15:04:24 -07:00
parent ad18c631b4
commit 357f38f26d
2 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,11 @@
<!--
Before submitting this issue, please first:
- [ ] Search the existing issues.
- [ ] Refer to the [FAQ](../docs/FAQ.md).
- [ ] Refer to the [known issues](../docs/KNOWNISSUES.md).
- [ ] If it is a bug, fill out this form:
-->
Steps to reproduce
------------------
@ -20,7 +22,7 @@ Actual behavior
Environment data
----------------
Please fill in the results of the following commands:
<!-- Please fill in the results of the following commands: -->
```sh
$ dotnet --info

View File

@ -1,3 +1,4 @@
<!--
Before submitting this pull request, please first:
- [ ] State that it "Resolves #xyz".
@ -6,3 +7,4 @@ Before submitting this pull request, please first:
- [ ] Update all relevant [documentation](../docs).
- [ ] Assign the PR to the appropriate subsystem [maintainer](https://aka.ms/psowners).
- [ ] Check that your commits follow our [contributing guidelines](CONTRIBUTING.md)
-->