Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.31 KB

CONTRIBUTE.md

File metadata and controls

36 lines (25 loc) · 1.31 KB

Contributing to init

If you got something that's worth including into the project please submit a Pull Request or open an issue for further discussion.

@necolas wrote down some good guidelines for contributing to his projects. Please keep these in mind when contributing to this project. <3

Please use the .editorconfig-file in order to set the right usage of tabs/spaces in your editor. Visit editorconfig.org for more information.

Branches

We currently develop everything for the new version of the modal in branch wip-1.1.0. Please submit Pull Requests against this branch.

How to develop

While working on CSS-Modal you need to run grunt watch on your command line. This will compile the CSS files you need, check on your JS syntax with JSHint and runs all the Jasmine tests when working on modal.js.

Before that make sure to run npm install to install all necessary Node modules.

If you are working on JS, please write a test in tests/spec/ before starting with the development.

When changing the styles please test what you did in index.html.

We are currently using Sass 3.2 for developing this project.