Skip to content

Commit 94d5554

Browse files
committed
Fix old guidelines and formatting
1 parent 7367b86 commit 94d5554

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ You must have a [GitHub account](https://help.github.com/en/github/getting-start
1313

1414
## Contribution requirements
1515

16-
1. Contributions must adhere to the [Magento coding standards](https://developer.adobe.com/commerce/php/coding-standards/).
16+
1. Contributions must adhere to the [coding standards](https://developer.adobe.com/commerce/php/coding-standards/).
1717
2. When you submit a Pull request (PR), write a meaningful description to explain the purpose of your contribution. Comprehensive descriptions increase the chances that a pull request can be merged quickly, without requests for additional clarification. See the [Magento Cloud Tools Pull Request Template](https://github.com/magento/ece-tools/blob/develop/.github/PULL_REQUEST_TEMPLATE.md) for more information.
1818
3. Commits must be accompanied by meaningful commit messages.
1919
4. If your PR includes bug fixes, provide a step-by-step description of how to reproduce the bug in the pull request description.
20-
3. If your PR includes new logic or new features, you must also submit the following information along with the pull request
20+
5. If your PR includes new logic or new features, you must also submit the following information along with the pull request
2121
* Unit/integration test coverage
22-
* Proposed documentation updates: Submit developer documentation contributions to the [Magento DevDocs repository](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md). Submit updates to Magento user documentation to the [Magento Merchant documentation repository](https://github.com/magento/merchdocs/blob/master/.github/CONTRIBUTING.md).
23-
4. For larger features or changes, [open an issue](https://github.com/magento/ece-tools/issues/new) to discuss the proposed changes prior to development. Discussing the updates in advance can prevent duplicate or unnecessary effort and allow other contributors to provide input.
22+
* Proposed [documentation](https://developer.adobe.com/commerce) updates. Use feedback buttons __Edit in GitHub__ and __Log an issue__ at the top of a relevant topic.
23+
6. For larger features or changes, [open an issue](https://github.com/magento/ece-tools/issues/new) to discuss the proposed changes prior to development. Discussing the updates in advance can prevent duplicate or unnecessary effort and allow other contributors to provide input.
2424

2525
## Contribution process
26+
2627
1. Search current [listed issues](https://github.com/magento/ece-tools/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
2728
2. Review and sign the [Contributor License Agreement (CLA)](https://opensource.adobe.com/cla.html) if this is your first time contributing. You only need to sign the CLA once.
2829
3. Create and test your work.

0 commit comments

Comments
 (0)