Skip to content

Latest commit

 

History

History
executable file
·
48 lines (30 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
48 lines (30 loc) · 1.55 KB

How to contribute

We welcome everyone to submit pull requests with:

  • fixes for issues
  • change suggestions
  • updating of documentation

Please NOTE:

Not every pull request will automatically be accepted. I will review each carefully to make sure it is in line with the direction I want the package to continue in. This might mean that some pull requests are not accepted, or might stay unmerged until a place for them can be determined.

Coding standards

You MUST use the following coding standards:

We use StyleCI to ensure these coding standards are consistently achieved.

Documentation

You SHOULD update any relevant documentation.

Making changes

You MUST do the following:

  • Write commit messages that make sense and in past tense.
  • Write (or update) unit tests.
  • Run composer test and ensure everything passes.

We use Travis and Code Climate to help us achieve successful unit testing, code quality, and coverage.

Pull requests

You SHOULD do the following when preparing your request:

  • Rebase your branch before submitting pull request
  • Add a descriptive header that explains in a single sentence what problem the PR solves.
  • Add a detailed description with animated screen-grab GIFs visualizing how it works.
  • Explain why you think it should be implemented one way vs. another, highlight performance improvements, etc.

Thanks! Rocco Howard