Skip to content

Commit

Permalink
docs: update the stackblitz in the GitHub Issue template (angular#37219)
Browse files Browse the repository at this point in the history
This commit updates the bug report stackblitz template for opening a new
issue based on the current angular release.

Closes angular#37063

PR Close angular#37219
  • Loading branch information
sonukapoor authored and atscott committed Jun 3, 2020
1 parent 65c3888 commit 3482755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Existing issues often contain information about workarounds, resolution, or prog

## 🔬 Minimal Reproduction
<!--
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-issue-repro2
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-ivy
-->
<!-- ✍️--> https://stackblitz.com/...

<!--
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem.
A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem.
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
Issues that don't have enough info and can't be reproduced will be closed.
Expand Down

0 comments on commit 3482755

Please sign in to comment.