Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 3.12 KB

File metadata and controls

34 lines (21 loc) · 3.12 KB

Contributing to Kelkoogroup salestracking wordpress plugin

Your help will be greatly appreciated :)

There are many ways to contribute to the project!

  • Answering questions on the various Kelkoogroup sales tracking communities like the WP.org support forums.
  • Testing open issues or pull requests and sharing your findings in a comment.
  • Submitting fixes, improvements, and enhancements.

If you wish to contribute code, please read the information in the sections below. Then fork Kelkoogroup sales tracking, commit your changes, and submit a pull request

Woocommerce Kelkoogroup sales tracking is licensed under the GPLv2+, and all contributions to the project will be released under the same license. You maintain copyright over any contribution you make, and by submitting a pull request, you are agreeing to release that contribution under the GPLv2+ license.

Coding Guidelines and Development

  • Ensure you stick to the WordPress Coding Standards
  • Whenever possible please fix pre-existing code standards errors in the files that you change. It is ok to skip that for larger files or complex fixes.
  • Ensure you use LF line endings in your code editor. Use EditorConfig if your editor supports it so that indentation, line endings and other settings are auto configured.
  • When committing, reference your issue number (#1234) and include a note about the fix.
  • Ensure that your code supports the minimum supported versions of PHP and WordPress; this is shown at the top of the readme.txt file.
  • Push the changes to your fork and submit a pull request on the master branch of the WooCommerce kelkoogroup sales tracking repository.
  • Make sure to write good and detailed commit messages (see this post for more on this) and follow all the applicable sections of the pull request template.
  • Please avoid modifying the changelog directly. These will be updated by the Kelkoogroup team.

Feature Requests

Feature requests can be submitted to our issue tracker. Be sure to include a description of the expected behavior and use case, and before submitting a request, please search for similar ones in the closed issues.

Feature request issues will remain closed until we see sufficient interest via comments and reactions from the community.

You can see a list of current feature requests which require votes here.