From 06f4db97d7e05454a301849df2b77accd65e9ceb Mon Sep 17 00:00:00 2001 From: shiva Date: Fri, 25 Apr 2025 09:23:09 +0530 Subject: [PATCH 1/2] feat: revamp config.yml Signed-off-by: shiva --- .github/config.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index c4629c14ed..bb244e011e 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -4,12 +4,30 @@ # Comment to be posted to on first time issues newIssueWelcomeComment: > - 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. Thank you! + 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. + + For guidance on contributing, check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md). + + 💬 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/). + + 📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards. + + 🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved! + + Thank You! # 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: > 🎉 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)! + + 💬 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/). + + 📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards. + + 🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved! + + Thank You! # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge From 8958d6119c971d26c195791d0fb031ac039bddb1 Mon Sep 17 00:00:00 2001 From: shiva Date: Thu, 12 Jun 2025 20:33:03 +0530 Subject: [PATCH 2/2] feat:revised config.yml --- .github/config.yml | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index bb244e011e..7a92f38473 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -4,30 +4,26 @@ # Comment to be posted to on first time issues newIssueWelcomeComment: > - 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. - - For guidance on contributing, check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md). + 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. + + For guidance on contributing, check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md) and other [resources for contributors](https://p5js.org/contribute/). - 💬 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/). + 💬 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/). - 📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards. - - 🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved! + 📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards. - Thank You! + Thank You! # 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: > - 🎉 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)! - - 💬 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/). - - 📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards. - - 🌟 You can Also check out our [Contribute page](https://p5js.org/contribute/) to learn more ways to get involved! - - Thank You! + 🎉 Thanks for opening this pull request! For guidance on contributing, check out our [contributor guidelines](https://p5js.org/contribute/contributor_guidelines/) and other [resources for contributors](https://p5js.org/contribute)! + + 🤔 Please ensure that your PR links to an issue, which has been approved for work by a maintainer; otherwise, there might already be someone working on it, or still ongoing discussion about implementation. You are welcome to join the discussion in an Issue if you're not sure! + + 🌸 Once your PR is merged, be sure to [add yourself](https://github.com/processing/p5.js/issues/2309) to the [list of contributors on the readme page](https://github.com/processing/p5.js#contributors) ! + + + Thank You! # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge