From 60e5e38a55453dedd6a6a1524ecdc4cdb99bf70a Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 30 Jan 2025 21:43:34 +0000 Subject: [PATCH] Update greetings workflow message --- .github/workflows/greetings.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 858c202fb..7b0b36d0b 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -15,19 +15,9 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | - 🙌 Hello! Thank you for taking the time to file an issue. - - If this is a bug report, please include any relevant logs or details that can help us debug the problem. Your help is greatly appreciated! 💡 - - We'll get back to you as soon as possible, kindly be patient for a response from a maintainer. pr-message: | - 🎉 Warm regards and welcome! Thank you for your first ever contribution to **Roadmap.sh**! + Thank you for your first ever contribution to [roadmap.sh](https://roadmap.sh)! 🎉 - We appreciate your effort and enthusiasm. Before diving in, we kindly ask you to take a moment to go through our [Contribution Guidelines](https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md) 📘 to ensure your contribution aligns with the project's standards and goals. - - If you are fixing a bug, please reference the associated issue number in your pull request description. 🐛 - - If you're working on a new feature, feel free to check with the community on [discord](https://roadmap.sh/discord) to ensure the feature will be accepted. *Also, kindly refrain pinging the maintainer(s).* 🚀 + Please make sure to follow the [contribution guidelines](https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md) when contributing to this project. Any PRs that don't follow the guidelines will be closed. - Thanks for choosing to contribute, and for making this project better! 🌟 \ No newline at end of file + Thanks for choosing to contribute, and for helping make this project better! 🌟 \ No newline at end of file