From 98417ec1248bb91e2a6614a91952a79223298cf5 Mon Sep 17 00:00:00 2001 From: faithngetich Date: Fri, 12 Oct 2018 17:01:06 +0300 Subject: [PATCH 1/2] Create config.yml --- .github/config.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..be767ba37 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,25 @@ +# Configuration for welcome - https://github.com/behaviorbot/welcome + +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 + If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can [make a gif](https://www.cockos.com/licecap/) too! +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: | + Thanks for opening this pull request! `Dangerbot` will test out your code and reply in a bit with some pointers and requests. + There may be some errors, **but don't worry!** We're here to help! 👍🎉😄 +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: | + Congrats on merging your first pull request! 🙌🎉⚡️ + Your code will likely be published to https://code.publiclab.org in the next few days. + In the meantime, can you tell us your Twitter handle so we can thank you properly? + Now that you've completed this, you can help someone else take their first step! + See: [Public Lab's coding community!](https://code.publiclab.org) + +# It is recommended to include as many gifs and emojis as possible From df552a4dc1a7b90b89a0fe59624e67ad7132662c Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Wed, 24 Oct 2018 18:43:42 +0300 Subject: [PATCH 2/2] Use the correct link to indicate where the code will be published Co-Authored-By: faithngetich --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index be767ba37..91a42fbbf 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -17,7 +17,7 @@ newPRWelcomeComment: | # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: | Congrats on merging your first pull request! 🙌🎉⚡️ - Your code will likely be published to https://code.publiclab.org in the next few days. + Your code will likely be published to https://mapknitter.org in the next few days. In the meantime, can you tell us your Twitter handle so we can thank you properly? Now that you've completed this, you can help someone else take their first step! See: [Public Lab's coding community!](https://code.publiclab.org)