Skip to content

Commit

Permalink
chore: update bug template (#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Mar 3, 2021
1 parent a76a712 commit d2e1e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,4 @@ npx envinfo --system --binaries --browsers --npmPackages --npmGlobalPackages
**Additional context**
Add any other context about the problem here.

**Is this a production issue?**
Are you experiencing this issue with a production application where end users are affected?

- [ ] (check box if yes)

**_You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app._**
1 change: 1 addition & 0 deletions .github/workflows/bug-report-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
if: |
false &&
(github.event.action == 'edited' || github.event.action == 'opened') &&
!contains(github.event.issue.labels.*.name, 'production-issue') &&
(contains(github.event.issue.body, '- [x] (check box if yes)') ||
Expand Down

0 comments on commit d2e1e16

Please sign in to comment.