Skip to content

Commit

Permalink
add contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 6, 2021
1 parent ab71f3a commit 73cc877
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CONTRIBUTING #

## Bugs or feature requests

* Submit an issue on the [Issues page](https://github.com/sckott/pygbif/issues) - be sure to include your Python version and pygbif version

## Code formatting

This project follows black. `pip install black`

Run `black pygbif` before submitting a pull request to fix any formatting. `black --check pygbif` will tell you if there's suggested changes without performing those changes.

## Code of conduct

Contributors need to follow the [code of conduct](https://github.com/sckott/pygbif/blob/master/CONDUCT.md)
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Other GBIF clients:
* Ruby: `gbifrb`, `sckott/gbifrb <https://github.com/sckott/gbifrb>`_
* PHP: `php-gbif`, `restelae/php-gbif <https://gitlab.res-telae.cat/restelae/php-gbif>`_

Contributing: `CONTRIBUTING.md <https://github.com/sckott/pygbif/blob/master/.github/CONTRIBUTING.md>`_

Installation
============

Expand Down

0 comments on commit 73cc877

Please sign in to comment.