Skip to content

Commit ebb1ff2

Browse files
authored
Update autocomment-iss-raise.yml
1 parent 1f4bd07 commit ebb1ff2

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

.github/workflows/autocomment-iss-raise.yml

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,39 @@ jobs:
2121
issue_number: context.issue.number,
2222
owner: context.repo.owner,
2323
repo: context.repo.repo,
24-
body: "Thanks for opening this issue! 🎉 We'll look into it as soon as possible, estimated time for response is 5-8 hrs. Don't raise PR unless assigned to you. In the meantime, please make sure to provide all the necessary details and context to your issue, more details with video on changes you make help easy the review and assignment easier. If you have any questions, reach out to [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/). Your contributions are highly appreciated! 😊\n\n Note: I maintain the repo issue every day twice at 8:00 am IST and 9:00 pm IST, If your issue goes stale for more than one day, you can tag and comment on this same issue by tagging sanjay-kv. \n\n We are here to help you on this journey of open source, consistent contributions are eligible for sponsorship, check the list of people we sponsored so far [GitHub Sponsorship](https://www.recodehive.com/our-sponsors)."
25-
});
24+
body: `## 👋 Hello & Welcome! Thank you for opening this issue! 🎉
25+
We appreciate your time and effort in contributing to this project.
26+
27+
---
28+
29+
### ⏳ **Response Time**
30+
We aim to respond **within 5–8 hours**.
31+
**Please avoid raising PRs unless assigned to you.**
32+
33+
---
34+
35+
### 📝 **What You Can Do Now**
36+
- Make sure your issue contains **all the necessary details** and **context**.
37+
- Adding screenshots or videos of your changes will make the review and assignment **much faster**.
38+
- If you have any doubts, feel free to **connect with me on [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/).**
39+
40+
---
41+
42+
### ⏰ **Issue Maintenance**
43+
- I check and maintain issues **twice a day** at:
44+
- **8:00 AM IST**
45+
- **9:00 PM IST**
46+
- If your issue is **stale for more than one day**, tag me (`@sanjay-kv`) in the comments.
47+
48+
---
49+
50+
### 💖 **Sponsorship & Recognition**
51+
Consistent contributors may become **eligible for sponsorship**.
52+
Check out our amazing sponsors here: [GitHub Sponsorship](https://www.recodehive.com/our-sponsors).
53+
54+
---
55+
56+
**Thank you for being part of this open-source journey! 🚀**
57+
_Your contributions truly make a difference!_ ✨
58+
`
59+
});

0 commit comments

Comments
 (0)