From a7c66f982e4422afc4806054bf0e049ba7b76ff8 Mon Sep 17 00:00:00 2001 From: Alan Agius <alan.agius@betssongroup.com> Date: Thu, 28 Feb 2019 14:13:20 +0100 Subject: [PATCH] docs: add how to create a minimal repo in bug report template --- .github/ISSUE_TEMPLATE/1-bug-report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index c25ee3a88f..b8249e87c2 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -52,7 +52,9 @@ Simple steps to reproduce this bug. Please include: commands run (including args), packages added, related code changes. -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. +If reproduction steps are not enough 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.