Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ our tests. This way, the *main* branch is always stable.
* How to write and submit a PR
- Use underscores, not hyphens, in the names of all files and directories, as per
[PEP8](https://www.python.org/dev/peps/pep-0008/) for Python (\*.py) files. A few
exceptions are allowed (e.g., `.pre-commit-config.yaml`) and are listed
in the [style checks](.github/workflows/style_checks.yaml) workflow.
exceptions are allowed (e.g., `.pre-commit-config.yaml`) and are listed in the
[style checks](https://github.com/GenericMappingTools/pygmt/blob/main/.github/workflows/style_checks.yaml)
workflow.
- Describe what your PR changes and *why* this is a good thing. Be as
specific as you can. The PR description is how we keep track of the changes
made to the project over time.
Expand Down
Loading