Skip to content

Commit

Permalink
updating initial gitpaybot comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Dec 19, 2024
1 parent 77afcb2 commit d1e5103
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions modules/bot/issueAddedComment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).`
}
Expand Down

0 comments on commit d1e5103

Please sign in to comment.