Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 769 Bytes

contributing.md

File metadata and controls

46 lines (26 loc) · 769 Bytes

Contributing guidelines

We will really appreciate you to constribute to this project.

Using the issue tracker

Find bug reports or features requests in the issue tracker.

Pull requests

  1. Fork essentials.css project and close your fork.
  2. Incase of old clone
$ git checkout master
$ git pull upstream master
  1. Create a new topic branch
$ git checkout -b <topic-branch-name>
  1. Commit your changes
$ git commit -m 'your-message'
  1. Push to the branch
$ git push origin <topic-branch-name>
  1. Submit a pull request

License

By contributing your code, you agree to license your contribution under the MIT license.