From ada50152d4d1dc01160cc56383abfcfce317d503 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 16 Oct 2025 14:30:03 +0800 Subject: [PATCH] Add links of contributing guidelines to the pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0c259cf5672..f0d67669fec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,15 +11,11 @@ Fixes # **Preview**: +**Guidelines** -**Reminders** - -- [ ] Run `make format` and `make check` to make sure the code follows the style guide. -- [ ] Add tests for new features or tests that would have caught the bug that you're fixing. -- [ ] Add new public functions/methods/classes to `doc/api/index.rst`. -- [ ] Write detailed docstrings for all functions/methods. -- [ ] If wrapping a new module, open a 'Wrap new GMT module' issue and submit reasonably-sized PRs. -- [ ] If adding new functionality, add an example to docstrings or tutorials. +- [General Guidelines for Pull Request](https://www.pygmt.org/dev/contributing.html#general-guidelines-for-making-a-pull-request-pr) +- [Guidelines for Contributing Documentation](https://www.pygmt.org/dev/contributing.html#contributing-documentation) +- [Guidelines for Contributing Code](https://www.pygmt.org/dev/contributing.html#contributing-code) **Slash Commands**