Skip to content

Commit

Permalink
Fix links and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhutch committed Apr 24, 2020
1 parent ef98237 commit 8410a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Changes are gated on:
* Passing unit tests
* 100% unit test coverage
* pep8 style complaince, with some exceptions in the [tox file](tox.ini)
* pep8 style compliance, with some exceptions in the [tox file](tox.ini)
Check out the [.travis.yml](.travis.yml) file for the exact testing procedure.

## Coding Style
Expand All @@ -21,7 +21,7 @@ This project currently follows a [feature branch workflow](https://www.atlassian
* Every PR must contain a version bump following [semantic versioning](https://semver.org/)
* Backport branches for historical versions are created as-needed off of master; backports are branched off of and merged into them

During periods of rapid development activity, the branching strategy may change to accomodate it, but it will be kept up to date here.
During periods of rapid development activity, the branching strategy may change to accommodate it, but it will be kept up to date here.

## Release process

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Documentation of this package can be found [here](https://citrineinformatics.git

## Developer instructions

See [Contributing.md](Contributing.md)
See the [contributing guide](./CONTRIBUTING.md).

0 comments on commit 8410a8d

Please sign in to comment.