diff --git a/.github/config.yml b/.github/config.yml index e672fb4380..769e1a0def 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -3,20 +3,23 @@ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome # Comment to be posted to on first time issues -newIssueWelcomeComment: > +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! 📸 # 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! 👍🎉😄 +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 PublicLab.org in the next few days. In the meantime, can you tell us your Twitter handle so we can thank you properly? +firstPRMergeComment: | + Congrats on merging your first pull request! 🙌🎉⚡️ + Your code will likely be published to PublicLab.org in the next few days. + In the meantime, can you tell us your Twitter handle so we can thank you properly?