From bb519b87248505d2150af011282ee677e08561b6 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 19 Nov 2020 09:46:58 -0500 Subject: [PATCH] chore(): update "needs reproduction" wording for clarity (#22520) --- .github/ionic-issue-bot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 9bf011ce4d..fad26e0fce 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -27,7 +27,10 @@ comment: is added to issues that need a code reproduction. - Please provide a reproduction with the minimum amount of code required to reproduce the issue. Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. + Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. + + + If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our [Contributing Guide](https://ionicframework.com/docs/contributing/how-to-contribute#creating-a-good-code-reproduction).