docs: add how to create a minimal repo in bug report template (#29022)

PR Close #29022
This commit is contained in:
Alan Agius 2019-02-28 14:41:36 +01:00 committed by Andrew Kushnir
parent 0bc26fc4e8
commit ac76e5d8dd
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ Please create and share minimal reproduction of the issue starting with this tem
<!-- ✍️--> 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. Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. 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.
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.