From 293c5d586811864db4316e607b33c32f043c3699 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:57:44 +0100 Subject: [PATCH 1/2] add welcome bot config --- .github/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..09b955b --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,26 @@ +# 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: > + ![Thank You Banner](https://raw.githubusercontent.com/physiopy/physiopy-test-workflows/master/welcome_banner.png) + + 🎉 Thank you for opening your first issue in this Physiopy repo! Please check our [contributor guide](https://physiopy.github.io/contributors-guide/) and follow the issue template. + +# 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: > + ![Thank You Banner](https://raw.githubusercontent.com/physiopy/physiopy-test-workflows/master/welcome_banner.png) + + 🎉 Thanks for opening your first pull request in this Physiopy repo! Please check our [contributor guide](https://physiopy.github.io/contributors-guide/) and follow the PR template. + +# 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: > + ![Thank You Banner](https://raw.githubusercontent.com/physiopy/physiopy-test-workflows/master/welcome_banner.png) + + 🎉 Congrats on merging your first pull request in this repo! We appreciate your contribution to the Physiopy community! + :eyes: Please check that your contribution is correctly reported in the repo's README and on Physiopy's website! \ No newline at end of file From d36ed55ebdbeecfa84916d00181c082871662455 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:24:19 +0100 Subject: [PATCH 2/2] add link --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index 09b955b..4dcb836 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -23,4 +23,4 @@ firstPRMergeComment: > ![Thank You Banner](https://raw.githubusercontent.com/physiopy/physiopy-test-workflows/master/welcome_banner.png) 🎉 Congrats on merging your first pull request in this repo! We appreciate your contribution to the Physiopy community! - :eyes: Please check that your contribution is correctly reported in the repo's README and on Physiopy's website! \ No newline at end of file + :eyes: Please check that your contribution is correctly reported in the README of this repo and on [Physiopy's website](https://physiopy.github.io/community/team/)! \ No newline at end of file