Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.06 KB

Contributing to Ocssipital

Thank you for being interested in contributing to Ocssipital ^^

Using the issue tracker

  • Please check the issue you are reporting doesn't already exist.
  • Please do not derail or troll issues. Keep the discussion on topic and respect the opinions of others.

How to contribute

Prerequisites:

Modifying the code

Please don't edit the following files on the master branch:

  • dist/ocssipital_floats.css
  • dist/ocssipital_flexbox.css
  • styles/css/ocssipital.css

You'll find source code in styles/scss/ocssipital.scss

Code style

Please follow the conventions used in the source code as indentation and whitespace.

Pull requests

  • Create a new branch, please don't work in your master branch directly.
  • Update the documentation and readme to reflect any changes.