Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 1.42 KB

Contributing to XOOPS/XoopsCore

We welcome your contributions to XOOPS/XoopsCore!

We use a fork and pull workflow on GitHub that allows anyone to contribute changes. You don't need any special permissions, just a GitHub account. This is a lot easier to manage if you follow these basic steps:

  • Fork the XoopsCore repository and work from that
  • Create a topic branch for your changes, and keep all changes on that branch focused on a specific topic.
  • Please consider updating the unit tests to include and verify your changes
  • All PHP code is expected to conform to PSR-2 standards
  • Once your changes are complete, commit your topic branch to your fork and create a pull request (PR)
  • Be prepared to discuss your changes. We will review and test each PR, and may need clarification or changes. Once we have completed the review, you changes will be incorporated into XOOPS.

Licensing

By contributing code you agree to license your contribution under the GNU General Public License, Version 2 or any later version.