Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 1.28 KB

Contribution Guide

This project adheres to the following standards and practices.

Versioning

This application is versioned under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major and resets the minor and patch.
  • New additions without breaking backward compatibility bumps the minor and resets the patch.
  • Bug fixes and misc changes bumps the patch.

Coding Standards

This application is compliant with the PSR-1 and PSR-4. If you notice any compliance oversights, please send a patch via pull request or notify me by creating an Issue.

Proposal \ Feature Requests

If you have a proposal or a feature request, you may create an issue with [Proposal] in the title.

The proposal should also describe the new feature, as well as implementation ideas. The proposal will then be reviewed and either approved or denied. Once a proposal is approved, a pull request may be created implementing the new feature.