Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.14 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (17 loc) · 1.14 KB

Description of proposed changes

Fixes #

Preview:

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.

Slash Commands

You can write slash commands (/command) in the first line of a comment to perform specific operations. Supported slash command is:

  • /format: automatically format and lint the code