Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 798 Bytes

Contribution Guidelines

Submitting an Issue

  • Please be as descriptive as possible. Include:
    • Where and how to reproduce.
    • A screenshot, because a picture is worth a thousand words.

Hacking on dark-facebook 2

  • Make sure you understand how dark-facebook 2 theming process works.
  • Do not put facebook-specific selectors in LESS files. Put them in selector definition files.
  • Make sure that you documented each selector you added.
    • If possible and appropriate, add a picture of the component you added to the docs/images/components folder.
  • Commit message should include the name of the component changes in square brackets (the git hook provided already helps you do it).