Skip to content

Latest commit

History

History
93 lines (50 loc) 路 4.49 KB

CONTRIBUTING.md

File metadata and controls

93 lines (50 loc) 路 4.49 KB

Contribution Guidelines

Thank you

Firstly, thank you for taking an interest in Cachet and for reading this guide.

Creating issues

We track feature requests and bug reports on the issue tracker. Please send support requests to our support email; support@alt-three.com.

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

Languages

This project accepts English translations only. Translations will be updated automatically through the CrowdIn integration.

Please submit alternative translations to the Cachet CrowdIn project. CrowdIn will automatically send a Pull Request with your updates in.

Coding Standards

Please try to follow existing coding standards. StyleCI will analyse and fix any discrepancies in coding standards.

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 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.

Ways to help:

Start by becoming familiar with Cachet. If you're already using Cachet, that's a great head start. If not, check out the latest demo and have a play. You can also download and install Cachet locally to familiarise yourself that way.

You don't have to be a developer to help improve Cachet, infact there are lots of ways that you can help us.

Spread the word

There are a lot of people who don't know about Cachet or what a status page is and how important it can be. Tweet about Cachet. Write blog posts about your success (or failures, we're not perfect) with Cachet and share what you took away from it.

Help with Documentation

Cachet is in use around the world. Cachet speaks multiple languages. Our documentation doesn't and can be hard to understand for non-English speaking people. Documentation should be easy to understand and we need your help to make this possible. Check out CachetHQ/Docs to contribute to our documentation.

As a non-developer/non-designer

We're always looking for new translations.

Of course bug reports, feature requests and documentation are always appreciated.

As a designer

As Cachet gains new features, the design and ideas that were once a perfect fit need updating and in some cases designing from scratch. This is where you come in! Fancy giving Cachet a lick of paint? Sweet!

You'll need to install Node.js, Bower and Gulp.

To get started you can do the following:

  1. Install Node.js and our dev dependencies.
  2. Run npm run dev
  3. Make your changes to the SCSS files in ./resources/assets/sass/

If you're making a lot of changes, you'll find that running npm run watch will make life easier for you!

When you're happy with your changes, please run npm run prod to minify the assets.

As a developer

Built using Laravel.

We use these extra dependencies to develop Cachet:

  • Node.js
  • Gulp
  • Git

Once cloned to your local machine, you'll need some demo data! Run php artisan cachet:seed to get the demo installation ready for action.

#YOLO JUST SUBMIT A PR

A great idea taken from https://github.com/metabase/metabase/blob/master/docs/contributing.md#yolo-just-submit-a-pr.

If you come up with something really cool, and want to share it with us, just submit a PR. If it hasn't gone through the above process, we probably won't merge it as is, but if it's compelling, we're more than willing to help you via code review, design review and generally OCD nitpicking so that it fits into the rest of our codebase.