From 24a583fd4da6ef822bc41e8bec1e4399947a349e Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:12:51 +0000 Subject: [PATCH 1/3] add welcome messages --- .github/config.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..6a259c414 --- /dev/null +++ b/.github/config.yml @@ -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: > + ![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! From 6de290172e5314c20d65d146f0e84babf6086643 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:13:16 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 6a259c414..61cee7c86 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -5,7 +5,7 @@ # 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 @@ -13,13 +13,13 @@ newIssueWelcomeComment: > # 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! From d0e7fd73e2646bf376c937f4a22ef24065b1c80e Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Fri, 23 May 2025 12:17:34 +0100 Subject: [PATCH 3/3] Update .github/config.yml Co-authored-by: Stefano Moia --- .github/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config.yml b/.github/config.yml index 61cee7c86..d76db4275 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -23,3 +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!