You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our [contributing guidelines](https://github.com/GenericMappingTools/gmt-python/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/GenericMappingTools/gmt-python/blob/master/CODE_OF_CONDUCT.md).
6
+
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
+
11
+
Please make sure you read our [contributing guidelines](https://github.com/GenericMappingTools/gmt-python/blob/master/CONTRIBUTING.md) and abide by our [code of conduct](https://github.com/GenericMappingTools/gmt-python/blob/master/CODE_OF_CONDUCT.md).
12
+
13
+
A few things to keep in mind:
14
+
15
+
* Remember to run ``make format`` to make sure your code follows our style guide.
16
+
* 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.
17
+
* All new features should be documented. It helps to write the docstrings for your functions/classes before writing the code. This will help you think about your code design and results in better code.
18
+
* No matter what, we are really grateful that you put in the effort to do this! 🎉
19
+
20
+
# Comment to be posted to on pull requests merged by a first time user
21
+
firstPRMergeComment: |
22
+
🎉🎉🎉 Congrats on merging your first pull request and welcome to the team! 🎉🎉🎉
23
+
24
+
Please open a new pull request to add yourself to the `AUTHORS.md` file. 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.
0 commit comments