Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 920 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 920 Bytes

Contributing to Injector

Thanks for showing interest in contributing!

The following is a set of guidelines for contributing to the project. These are just guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

By contributing to this codebase, you agree that your contributions will be licensed under its MIT license.

Pull Requests

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference pull requests and external links liberally

PHP Styleguide

All PHP must adhere to PSR-1, 2 and 4 as specified by the PHP-FIG.