Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.yml 1.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. # Configuration for welcome bot - https://github.com/behaviorbot/welcome
  2. ########################################################################################
  3. # Comment to be posted to on first time issues
  4. newIssueWelcomeComment: |
  5. 👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. We appreciate that you took the time to contribute!
  6. Please make sure you read our [Contributing Guide](https://github.com/GenericMappingTools/gmt/blob/master/CONTRIBUTING.md) and abide by our [Code of Conduct](https://github.com/GenericMappingTools/gmt/blob/master/CODE_OF_CONDUCT.md).
  7. # Comment to be posted to on PRs from first time contributors in your repository
  8. newPRWelcomeComment: |
  9. 💖 Thanks for opening this pull request! 💖
  10. Please make sure you read our [Contributing Guide](https://github.com/GenericMappingTools/gmt/blob/master/CONTRIBUTING.md) and abide by our [Code of Conduct](https://github.com/GenericMappingTools/gmt/blob/master/CODE_OF_CONDUCT.md).
  11. A few things to keep in mind:
  12. * If you need help writing tests, take a look at the existing ones for inspiration. If you don't know where to start, let us know and we'll walk you through it.
  13. * All new features should be documented. It helps to write the comments below for your functions describing the it, **all** arguments, and return types before writing the code. This will help you think about your code design and results in better code.
  14. * We are grateful that you put in the effort to do this! 🎉
  15. # Comment to be posted to on pull requests merged by a first time user
  16. firstPRMergeComment: |
  17. 🎉🎉🎉 Congrats on merging your first pull request and welcome to the team! 🎉🎉🎉
  18. We hope that this was a good experience for you. Let us know if there is any way that the contributing process could be improved.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...