Skip to content

Commit

Permalink
Add initial contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled authored and formatc1702 committed Jul 15, 2020
1 parent fffb354 commit 8f6b8a7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contribution Guidelines

When contributing to this repository, please first discuss the change you
wish to make via issue, email, or any other method with the owners of this
repository before making a change.

## Pull Requests

1. Fork this repository to your repository
1. Clone the repository to your local machine
1. Checkout the `dev` branch
1. Make any changes to the code on the `dev` branch
1. Push your changes to your fork
1. Create new pull request

## Documentation Strings

Documentation strings are to follow the Google Style ([examples](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)).

0 comments on commit 8f6b8a7

Please sign in to comment.