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:
parent
ad18c631b4
commit
357f38f26d
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@ -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
|
||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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)
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user