mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 09:04:01 +08:00
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:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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!
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user