Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

44 lines (33 loc) · 1.21 KB

How you can help

  1. Write documentation (website copy, code comments, typos, etc)
  2. Fix bugs
  3. Write tests
  4. Refactor code

Steps to contribute

  1. Fork this project
  2. Report a bug or suggest a feature by creating an issue
  3. Fix the bug or implement the feature and show us how to test it! (we don't have tests right now, this is a TODO, pull requests welcome :P)
  4. Commit the fix to your branch and make a pull request

Newcomers can look for issues with the good for newcomers

Commit guideline

Commit message should be styled as such:

First line describes this change in < 52 characters

Blank line after the first line. Then the following (optional) paragraph
describes the change in more detail.

Style guide

TODO

TODO

talk about:

  1. &nbsp; in html/templates
  2. jshint
  3. dev channel in hipchat
  4. scss and js style
  5. newline at end of file
  6. possible credit with modules like CP3108A/B for more ambitious undertakings