Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 1.4 KB

How to Contribute to Concrete CMS

Community contributions are one of the key points that make open source software so great. We've tried to categorize our issues in ways that will make it clear how best we can use your help. In general, if something is labeled as "Available" it is ready for development! If you find an issue that is labeled in this way, without a dedicated person assigned to it, post that you'd like to work on it, and go for it. When you're done submit a pull request and we'll review it right away for inclusion.

Helpful Links:

Pull Requests

Before submitting pull requests, please be sure to read our extensive guidelines about submitting code to Concrete CMS:

https://documentation.concretecms.org/tutorials/submitting-code-to-concrete5

Need to fix the coding style of your PHP files prior to submissions? Are you working on Concrete version 9?

To fix the coding style of the files you created/modified, simply call:
./concrete/bin/concrete c5:phpcs fix <path>
(On Windows, replace / with \).
Where <path> is the file you modified (you can also specify multiple files, as well as using directories).

  • Pull requests that address existing issues are much much more likely to be accepted than unsolicited pull requests.

Thanks everyone!