Skip to content

Commit

Permalink
contributing: add note on dependency ver bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar authored Aug 5, 2019
1 parent 5e037c0 commit 0bf106a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Your pull request should add no new warnings to the project. It should also gene

Make sure the project builds and that the tests pass! This will generally also be checked by CI before merge, but trying it yourself first means you'll catch problems earlier and your contribution can be merged that much sooner!

#### Dependencies

Include version bounds whenever adding a dependency to the library stanza of the cabal file. Note that libraries added to reflex.cabal also need to be added to default.nix.

### Documentation

#### In the code
Expand Down

0 comments on commit 0bf106a

Please sign in to comment.