aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: a95c3bbca4899bcd27bf9d9cc185c98298b77a97 (plain) (blame)
1
2
3
4
5
6
7
Thanks for taking the time to help out!

# Pull Requests
Please follow these basic guidelines when submitting pull requests:
  - Follow the Scala style guide
  - Keep commit history clean by squashing non-relevant commits and rebasing onto master prior to a pull request
  - Use the present tense in commit messages ("Add feature" not "Added feature")