From fdd424a2c08fce71e6d816e334f2f7b1be738eb9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 29 Mar 2019 11:50:25 -0400 Subject: [PATCH] docs(issues): update issue bot to comment on help wanted issues --- .github/ionic-issue-bot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 35bc120e8a..6714b42043 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -3,6 +3,24 @@ triage: removeLabelWhenProjectAssigned: true dryRun: false +comment: + labels: + - label: "help wanted" + message: > + This issue has been labeled as `help wanted`. This label is added to issues + that we believe would be good for contributors. + + If you'd like to work on this issue, please comment here letting us know that + you would like to submit a pull request for it. This helps us to keep track of + the pull request and make sure there isn't duplicated effort. + + For a guide on how to create a pull request and test this project locally to see + your changes, see our [contributing documentation](https://ionicframework.com/docs/building/contributing). + + + Thank you! + dryRun: false + closeAndLock: labels: - label: "ionitron: support"