diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..05aeefb --- /dev/null +++ b/config.yml @@ -0,0 +1,16 @@ +# Comment to be posted on PRs from first-time contributors +newPRWelcomeComment: | + Thank you for opening this pull request! 🙌 + + These tips will help get your PR across the finish line: + + - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. + - Sign off your commits (reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + Congrats on merging your first pull request! 🎉 + +# Comment to be posted on first-time issues +newIssueWelcomeComment: > + Thank you for opening your first issue here! ðŸ›