Skip to content

Commit 940dc2d

Browse files
feat:added welcomebot
Signed-off-by: shiva <[email protected]>
1 parent 9bae89e commit 940dc2d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
3+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4+
5+
# Comment to be posted to on first time issues
6+
newIssueWelcomeComment: >
7+
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms.
8+
9+
For guidance on contributing, check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md).
10+
11+
💬 If you have questions or need support, feel free to join the [Processing Foundation Forum](https://discourse.processing.org/) or visit our [Community page](https://p5js.org/community/).
12+
13+
📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards.
14+
15+
🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved!
16+
17+
Thank You!
18+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
19+
20+
# Comment to be posted to on PRs from first time contributors in your repository
21+
newPRWelcomeComment: >
22+
🎉 Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md) if you haven't already. And be sure to add yourself to the [list of contributors on the readme page](https://github.com/processing/p5.js#contributors)!
23+
24+
💬 If you have questions or need support, feel free to join the [Processing Foundation Forum](https://discourse.processing.org/) or visit our [Community page](https://p5js.org/community/).
25+
26+
📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards.
27+
28+
🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved!
29+
30+
Thank You!
31+

0 commit comments

Comments
 (0)