docs: update the stackblitz in the GitHub Issue template (#37219)

This commit updates the bug report stackblitz template for opening a new
issue based on the current angular release.

Closes #37063

PR Close #37219
This commit is contained in:
Sonu Kapoor 2020-05-19 05:32:04 -04:00 committed by atscott
parent 65c3888d01
commit 34827559b9
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@ Existing issues often contain information about workarounds, resolution, or prog
## 🔬 Minimal Reproduction ## 🔬 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/... <!-- ✍️--> 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. 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. 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. Issues that don't have enough info and can't be reproduced will be closed.