PHP Classes

File: CONTRIBUTING.md

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   CONTRIBUTING.md   Download  
File: CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 1,481 bytes
 

Contents

Class file image Download

Contributing to XOOPS CMS Project

We welcome your contributions to XOOPS CMS Project on GitHub!

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.