Skip to content

Commit ada5015

Browse files
committed
Add links of contributing guidelines to the pull request template
1 parent 2b77309 commit ada5015

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ Fixes #
1111
<!-- If significant changes to the documentation are made, please insert the link to the documentation page after it has been built. -->
1212
**Preview**:
1313

14+
**Guidelines**
1415

15-
**Reminders**
16-
17-
- [ ] Run `make format` and `make check` to make sure the code follows the style guide.
18-
- [ ] Add tests for new features or tests that would have caught the bug that you're fixing.
19-
- [ ] Add new public functions/methods/classes to `doc/api/index.rst`.
20-
- [ ] Write detailed docstrings for all functions/methods.
21-
- [ ] If wrapping a new module, open a 'Wrap new GMT module' issue and submit reasonably-sized PRs.
22-
- [ ] If adding new functionality, add an example to docstrings or tutorials.
16+
- [General Guidelines for Pull Request](https://www.pygmt.org/dev/contributing.html#general-guidelines-for-making-a-pull-request-pr)
17+
- [Guidelines for Contributing Documentation](https://www.pygmt.org/dev/contributing.html#contributing-documentation)
18+
- [Guidelines for Contributing Code](https://www.pygmt.org/dev/contributing.html#contributing-code)
2319

2420
**Slash Commands**
2521

0 commit comments

Comments
 (0)