Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

33 lines (18 loc) · 1.6 KB

Contribution Guidelines

## Creating issues

Feature requests and bug reports should be made by using the issue tracker. Support questions should be directed to our support email; [[email protected]](mailto:[email protected]?subject=Cachet Support).

Always be respectful. Organization members reserve the right to lock topics if they feel necessary.

Languages

Any non-English translations must be made on the Cachet CrowdIn project. This makes syncing translations much easier.

Coding Standards

Please follow existing coding standards. Pull Requests are checked and can be fixed by StyleCI.

Introduction into Git and GitHub

If you are new to Git, GitHub and the whole open source software community, welcome! Here are some resources for getting started and understanding what it's all about.

If you're not particularly fond of the command line, you can get one of GitHub's free GUI desktop apps:

If you're feeling adventurous, you can become a Git & GitHub master with the Git Path on Code School.

.editorconfig

You should also make use of the .editorconfig file found within the root of the repository. It'll make sure that your editor is setup with the same file settings.