From 1cddcc88fff9084773dd22ce7a9bc943f15632f9 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:21:17 +0100 Subject: [PATCH 1/2] add welcome bot --- .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 1f6c6a400e337f4e5977aa413cda9b79bb775163 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:18:55 +0100 Subject: [PATCH 2/2] add link --- .github/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index 09b955b..f31d028 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -23,4 +23,5 @@ 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/)! +