PRs and Contributions are extremely welcome! The BlueGenes project follows InterMine's contribution guidelines. Please visit http://intermine.org/contributing/ for more details.
- New contributor? Try looking for issues labelled first-timers-only, help wanted, bootcamp, or beginner. We also have a bootcamp set of tutorials to help ease you into working with Clojure.
- All contributions must be substantial. Fixing a typo is acceptable, arbitrarily PRing a whitespace or README format change is not.
- If you're not sure where to start, visit the InterMine Contact page and email, chat, tweet, or join the dev mailing list.
- If you do pick up an issue, we'd recommend commenting on it so we know you're working on it (and we don't start working on it at the same time!).
- CI checks for well-formatted code. Once you've done all of your changes, we recommend running
lein format
in your terminal before you push or make a PR. - Developer docs are your friend. Please add/update documentation when you make changes to the codebase.