-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Welcomebot config file #26
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 take some time to explain the issue and 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! The tests defined in `builder/test` will test out your code on every commit. | ||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes! However note here where the help text is not relevant to this project. Could you imagine a different text that would make more sense for this project instead of PublicLab.org? Thanks! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jywarren, |
||
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: https://code.publiclab.org | ||
|
||
# It is recommend to include as many gifs and emojis as possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) this is awesome