Thank you for considering contributing to Create Elm App!
Would you like to get involved?
Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.
Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or assessing patches and features.
-
Fork the repo and clone with
git clone [email protected]:%YOUR_USERNAME%/create-elm-app.git
-
Run
yarn install
in the rootcreate-elm-app
folder to install all dependencies. -
Run
yarn link
in the rootcreate-elm-app
folder to install local module globally.
When you have a local copy of the project up and running, create a new branch with a name, such as patch-1
git checkout -b patch-1
Create Elm App uses Commitizen and semantic-release for release automatization.
Commit changes by running yarn cz
Follow the prompt and try to specify as much information as possible.