add comments to issue templates which make the bot validate them

PiperOrigin-RevId: 235685393
This commit is contained in:
bachinger 2019-02-26 10:26:17 +00:00 committed by Oliver Woodman
parent 0645a1838a
commit 9798fdeade
4 changed files with 16 additions and 3 deletions

View File

@ -52,3 +52,7 @@ Specify the devices and versions of Android on which the issue can be
reproduced, and how easily it reproduces. If possible, please test on multiple
devices and Android versions.
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/bug.md
-->

View File

@ -41,4 +41,7 @@ Specify the absolute version number. Avoid using terms such as "latest".
Specify the devices and versions of Android on which you expect the content to
play. If possible, please test on multiple devices and Android versions.
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/content_not_playing.md
-->

View File

@ -28,4 +28,7 @@ A clear and concise description of your proposed solution, if you have one.
A clear and concise description of any alternative solutions you considered,
if applicable.
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/feature_request.md
-->

View File

@ -28,4 +28,7 @@ important for us to know this so that we can improve our documentation.
### [REQUIRED] Question
Describe your question in detail.
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/question.md
-->