Skip to content

Commit a7c66f9

Browse files
Alan Agiushansl
authored andcommitted
docs: add how to create a minimal repo in bug report template
1 parent ef523d0 commit a7c66f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Simple steps to reproduce this bug.
5252
5353
Please include: commands run (including args), packages added, related code changes.
5454
55-
If reproduction steps are not enough 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.
55+
If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
56+
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.
57+
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
5658
5759
Issues that don't have enough info and can't be reproduced will be closed.
5860

0 commit comments

Comments
 (0)