diff options
author | Ian Lewis <ianlewis@google.com> | 2020-11-16 00:04:07 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-16 00:06:02 -0800 |
commit | 43dd7a200569cb04c778b83df4b9007c76091756 (patch) | |
tree | a80c1a79523b6ab9e376353c53897a1839e9edf2 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 182c126013a28f19594ff61326f1f9a2c481f1b4 (diff) |
Fix labels on issue templates
PiperOrigin-RevId: 342577869
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 50d187633..f7a6112fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,7 @@ name: Bug report about: Create a bug report to help us improve title: -labels: - - 'type: bug' +labels: 'type: bug' assignees: '' --- |