Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.37 KB

How to contribute

Getting started

  • Make sure you have a GitHub account.
  • Submit a ticket for your issue or feature request, assuming one does not already exist.
    • Clearly describe it including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
  • Fork the repository on GitHub.
  • Create your feature branch (git checkout -b new-feature).
  • Run the tests (bundle exec rake test)
  • Commit your changes
  • Push to the branch (git push origin new-feature)
  • Create new Pull Request

Commit Message

  • Separate subject from body with a blank line
  • Limit the subject line to 50 characters
  • Capitalize the subject line
  • Do not end the subject line with a period
  • Use the imperative mood in the subject line
  • Wrap the body at 72 characters
  • Use the body to explain what and why vs. how

Add or edit content

All editorial content (pages and posts) should be translated in every available language. Only English and French are supported so far, but you're free to add any language you're comfortable with.

Using media assets

Before adding new assets to the website, make sure their usage is allowed by their license, and try to credit the owner whenever it is possible.
Should you have any doubt concerning the ownership of an asset, please let us know as you submit your contribution.