Turn on template validation in OSS Bot (#1122)

* Update bug_report.md for OSS bot

Update the bug template so that OSS Bot can validate adherence to the template.

* Update feature request template

Update feature request template to be exempt from OSS bot validation
This commit is contained in:
Diana Tkachenko
2019-01-24 10:47:57 -08:00
committed by GitHub
parent 4d960e29e1
commit 4261b954ab
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ labels: bug
assignees: ''
---
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/bug_report.md
-->
<!--
Thank you for contributing to the Firebase community!

View File

@@ -6,6 +6,10 @@ labels: feature request
assignees: ''
---
<!-- DO NOT DELETE
validate_template=false
template_path=.github/ISSUE_TEMPLATE/feature_request.md
-->
<!--
Thank you for contributing to the Firebase community!