# Contributing to Revise Thank you for your interest concerning Revise! If you have identified a problem or an improvement to be made, please report it [here](https://github.com/nadmax/revise/issues/new) Clone the repo with the following command ``` git clone https://github.com/nadmax/revise.git ``` Or if you have a SSH key set up ``` git clone git@github.com:nadmax/revise.git ``` ## Branch Create your branch from master with the following command ``` git checkout -b (origin/master) ``` ## Commit See the [Commit Guidelines](https://github.com/nadmax/revise/blob/master/COMMIT.md) ## Pull Request Submit your pull request [here](https://github.com/nadmax/revise/compare) and choose your branch to compare with master.