From 48a02905d7d46d09af72eb5ec8e4914440f60cf2 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:12:34 +0100 Subject: [PATCH 1/3] 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 c62b4d3f0fd19ae38b3b87f736bc1a8ccb2c7499 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:15:40 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index 09b955b..d76db42 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 repo's README and on Physiopy's website! From 1d8c340753894e51921a516199e95cf97656111a Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:22:12 +0100 Subject: [PATCH 3/3] add link --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index d76db42..e3fe17b 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! + :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/)!