From d1e5103c6d4a7b557b6508fd954d2265fb0cdf63 Mon Sep 17 00:00:00 2001 From: Alexandre Magno Date: Wed, 18 Dec 2024 23:17:43 -0300 Subject: [PATCH] updating initial gitpaybot comment --- modules/bot/issueAddedComment.js | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/modules/bot/issueAddedComment.js b/modules/bot/issueAddedComment.js index e08d746f..6078174d 100644 --- a/modules/bot/issueAddedComment.js +++ b/modules/bot/issueAddedComment.js @@ -25,42 +25,13 @@ module.exports = Promise.method(async function issueAddedComment (task) { }, json: true, body: { - body: `This issue was added to Gitpay, check the task [${gitPayURL}](${gitPayURL}) 💝 + body: `This issue was added to Gitpay, check the issue on [${gitPayURL}](${gitPayURL}) 💝 [About Gitpay platform](https://gitpay.me). - ### 📋 Step by Step - - #### If you are the task owner who created this issue - - [x] 🔔 ***Issue open*** an issue was created - - [x] 👌 **Issue added on Gitpay** this issue was added on gitpay [${gitPayURL}](${gitPayURL}) - - [ ] 📝 **Add bounties** A bounty is added to get things done - - [ ] 📝 **Set a deadline** A deadline to finish the task (optional) - - [ ] 💾 **Choose a contributor interested** You can choose someone interested that will be able to solve your issue - - #### If you want to contribute and be rewarded - - [ ] 💾 **A contributor is interested** You can show interest on the task page clicking in "I'm interested" - - [ ] 💾 **You can offer** You can make an offer - - [ ] 🔀 **You can be assigned**. You can be assigned, you should work on the task and send a Pull Request. - - [ ] 💬 **Review** Ask in comments for a review :) - - [ ] 🏁 **Approved** Once approved you will receive your payment - - ### 📋 Task status - - [x] ***OPEN*** - - [ ] ***IN PROGRESS*** - - [ ] ***DONE*** - - ### Good to know - - 1. If you are familiar with the terminal or would like to learn it, [here is a great tutorial](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) on how to send a pull request using the terminal. - - 2. For a more compreenhensive guide to create the Pull Request properly, you can access: https://guides.github.com/activities/hello-world/ - - 3. You can [edit files directly in your browser](https://help.github.com/articles/editing-files-in-your-repository/) ### 🤔❓ Questions Leave a comment below! - For portuguese, you can [access the portuguese version](https://github.com/worknenjoy/gitpay-github-app/blob/master/first-comment.pt-br.md) This issue was a comment made by our GitpayBot [Gitpay Bot](https://github.com/gitpaybot).` }