From 8592541daa49247ee84e4a7b9c3559c5f557ed2d Mon Sep 17 00:00:00 2001 From: Sam Martinez Date: Wed, 22 Jan 2020 14:54:55 -0800 Subject: [PATCH] chore: Update issue templates to reflect new label (#4759) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e36c1c6d917..685e7c65f29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: to-be-triaged +labels: to-be-reproduced assignees: '' --- @@ -52,4 +52,4 @@ Add any other context about the problem here. **Sample code** Include additional sample code or a sample repository to help us reproduce the issue. (Be sure to remove any sensitive data) -**_You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app._** \ No newline at end of file +**_You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app._**