Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.67 KB

Contributing

Thank you for thinking of contributing to the project. Here are some of the ways you can help:

  • Reporting issues
  • Providing support to others
  • Reproducing / triaging issues
  • Performing user acceptance testing
  • Improving or translating documentation
  • Adding features or improving performance

Code of Conduct

All contributions to this project are governed by the Code of Conduct. If you're familiar with the Contributor Covenant, you already know it. The gist of it is that we have an obligation to limit harassment, hate, and unprofessional behavior in all aspects of the project.

It's a two-way street - respect the time and effort of the developers and they will respect your interest in the project and desire to help it improve.

Responsibilities

  • Respect the time and effort of other contributors
  • Be willing to both give and receive constructive criticism
  • Test changes on multiple browsers, and, when possible, operating systems
  • Ensure that all contributions meet minimum standards of security, performance, and quality

Before opening a PR, make sure that...

  • Your branch is rebased off of master
  • No extraneous files have been checked in
  • Your branch does not contain commits unrelated to the feature or fix at hand
  • You have updated the documentation to cover any new or changed options, features, configuration, etc.

This project uses SemVer and the feature branch workflow.