Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 802 Bytes

Contributing to Jitsi-temi

The following is a set of guidelines for contributing to this repository on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table Of Contents

Styleguides

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative form ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally after the first line

JavaScript Styleguide

Follow the Airbnb JavaScript Style Guide.