Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 5.32 KB

CONTRIBUTING.md

File metadata and controls

91 lines (49 loc) · 5.32 KB

Contribute to the Merchant Documentation

Share your knowledge with the community by contributing to Magento Documentation! You can contribute by creating an issue or pull request (PR) on our MerchDocs GitHub repository.

We welcome all types of contributions; from minor typo fixes to new topics.

Magento Documentation staff members review issues and pull requests on a regular basis. We do our best to address all issues as soon as possible, but working through the backlog takes time. We appreciate your patience.

Contributor License Agreement

All third-party contributions to this project must be accompanied by a signed contributor license agreement. This gives Adobe permission to redistribute your contributions as part of the project. Sign our CLA. You only need to submit an Adobe CLA one time, so if you have submitted one previously, you are good to go!

Rewards for contributions

Magento Documentation works with Magento Community Engineering teams and projects. As you contribute PRs, you gain Contribution Points.

Get started

Get started workflow

  1. Make sure you have a GitHub account.

  2. Fork the MerchDocs repository.

  3. Review the MerchDocs guidelines.

We also recommend adding Two-Factor Authentication (2FA) to protect your GitHub account. Partners are required to add 2FA.

Contribute documentation

New to GitHub and open source contribution? We have easy ways to write and contribute without knowing how to code. Check the wiki starting with Getting Started.

You have different options for writing content:

  • Write in GitHub: Edit and add files through your GitHub account in a web browser.
  • Write like a Developer: Edit and add files in a text editor or integrated developer environment (IDE) on your local computer.

After writing content, submit your work as a Pull Request (PR).

Tip! If you are not sure where to start contributing, search for issues with the help wanted and good first issue labels. These are researched and ready to work!

User Guide versions

Our repository currently publishes two versions of the Magento User Guide: 2.3.x and 2.4.x (current).

If you want to contribute new or updated content, make sure that you create your working branch from the correct production branch:

  • 2.4.x - master
  • 2.3.x - 2.3-production

Use the same branch as the base when you submit the PR. If you indicate in your PR description that the content applies to both versions, one of our staff members will address any update that is needed for the other release after the merge of the submitted PR.

Create a pull request

  1. Create a pull request to magento/merchdocs from your fork.

    In general, you should use master as the base branch when creating a PR. If your contribution is related to a release that is in progress, use a version-specific integration branch.

  2. Complete the pull request template.

    We will close your pull request if you do not complete the template.

  3. After creating a pull request, a Magento Documentation staff member or Maintainer will review it and may ask you to make revisions.

    We will close your pull request if you do not respond to feedback in two weeks.

Important! You must submit a signed CLA before your PR can be merged.

Review changes locally

(Optional) To review your changes in HTML output, follow the instructions in the README to build the documentation site locally using Jekyll.

Report an issue and feedback

If you have feedback or find a typo or errors in Magento MerchDocs, you can either submit contributions with a pull request (as described above) or you can report it by creating an issue in the MerchDocs GitHub repository.

You must complete the issue template. We will close your issue if you fail to complete the template. Enter as much information as you can, including content corrections, steps to reproduce, command or code updates, or questions for clarifications.

Note: Check the existing issues on GitHub to see if someone has already reported the issue.

Contact the Magento Docs Team

Have a question? Need help? Magento Documentation and other Contributors are available through:

Thank you for contributing your brilliance to Magento Documentation!