Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 3.01 KB

CONTRIBUTING.md

File metadata and controls

77 lines (46 loc) · 3.01 KB

Contributing

How do I help?

As an open source project, Libra gladly welcomes contributions. We're really happy that you're keen on helping!

Raise an issue

If you have found a bug, or have an idea for something new, please don't hesitate to raise an issue. We'll discuss your idea on the issue, and someone else might decide to implement it.

Submit a pull request

Libra uses the fork and pull model for contributions.

Claim an issue

If there is already a GitHub issue for the task you are working on, please leave a comment on the issue to let us know that you're working on it.

Build the project

First you'll need to checkout a local copy of the code base:

git clone [email protected]:to-ithaca/libra.git

Libra is build using sbt. Run sbt, and then compile to compile the code or test to run all tests.

Testing

Travis will run tests with every pull request, but running them locally with sbt test might save you some time.

Docs

Libra uses sbt-microsites to generate its site and docs. This uses jekyll to build and serve the site.

The microsite can be built and served using:

sbt makeMicrosite
cd target/site
jekyll serve

You can check it by navigating to http://localhost:4000/libra/

More information on setting up and building can be found in the sbt-microsites guide.

Make a pull request

Once you've got some code you want to contribute, you can make a pull request. The project maintainers will review it, might suggest changes, and will merge it in if they're happy.

Grant of licence

Libra falls under the Apache Licence 2.0. Opening a pull request signifies that you consent to this licence.

Code of Conduct

Libra is fully supportive of the Typelevel Code of Conduct. We ask that all our contributors adhere to this to create a welcoming envoronment. If you feel like you're being harrassed, please contact one of us immediately so that we can support you.

Credits

This document is heavily based on the http4s contributor guide.

Contributors

The following people have helped made Libra great: