We will really appreciate you to constribute to this project.
Find bug reports or features requests in the issue tracker.
- Fork essentials.css project and close your fork.
- Incase of old clone
$ git checkout master
$ git pull upstream master
- Create a new topic branch
$ git checkout -b <topic-branch-name>
- Commit your changes
$ git commit -m 'your-message'
- Push to the branch
$ git push origin <topic-branch-name>
- Submit a pull request
By contributing your code, you agree to license your contribution under the MIT license.