Skip to content

Commit 16d459a

Browse files
committed
Fix formatting and style
1 parent 85bf4b4 commit 16d459a

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

README.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,52 @@ If you want to participate in the documentation work, see [DevDocs Contributing]
2020

2121
### Labels applied by the MFTF team
2222

23-
Refer to the tables with descriptions of each label below. These labels are applied by the MFTF development team to community contributed issues and pull requests, to communicate status, impact, or which team is working on it.
23+
Refer to the tables with descriptions of each label below.
24+
These labels are applied by the MFTF development team to community contributed issues and pull requests, to communicate status, impact, or which team is working on it.
2425

2526
### Pull Request Status
2627

27-
Label| Description
28-
---|---
29-
**accept**| The pull request has been accepted and will be merged into mainline code.
30-
**reject**| The pull request has been rejected and will not be merged into mainline code. Possible reasons can include but are not limited to: issue has already been fixed in another code contribution, or there is an issue with the code contribution.
31-
**needsUpdate**| The Magento Team needs additional information from the reporter to properly prioritize and process the pull request.
28+
| Label | Description |
29+
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
30+
| **accept** | The pull request has been accepted and will be merged into mainline code. |
31+
| **reject** | The pull request has been rejected and will not be merged into mainline code. Possible reasons can include but are not limited to: issue has already been fixed in another code contribution, or there is an issue with the code contribution. |
32+
| **needsUpdate** | The Magento Team needs additional information from the reporter to properly prioritize and process the pull request. |
3233

3334
### Issue Resolution Status
3435

35-
Label| Description
36-
---|---
37-
**acknowledged**| The Magento Team has validated the issue and an internal ticket has been created.
38-
**needsUpdate**| The Magento Team needs additional information from the reporter to properly prioritize and process the issue or pull request.
39-
**cannot reproduce**| The Magento Team has not confirmed that this issue contains the minimum required information to reproduce.
40-
**non-issue**| The Magento Team has not recognized any issue according to provided information.
36+
| Label | Description |
37+
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
38+
| **acknowledged** | The Magento Team has validated the issue and an internal ticket has been created. |
39+
| **needsUpdate** | The Magento Team needs additional information from the reporter to properly prioritize and process the issue or pull request. |
40+
| **cannot reproduce** | The Magento Team has not confirmed that this issue contains the minimum required information to reproduce. |
41+
| **non-issue** | The Magento Team has not recognized any issue according to provided information. |
4142

4243
### Domains Impacted
4344

44-
Label| Description
45-
---|---
46-
**PROD**| Affects the Product team (mostly feature requests or business logic change).
47-
**DOC**| Affects Documentation domain.
48-
**TECH**| Affects Architect Group (mostly to make decisions around technology changes).
45+
| Label | Description |
46+
| -------- | ----------------------------------------------------------------------------- |
47+
| **PROD** | Affects the Product team (mostly feature requests or business logic change). |
48+
| **DOC** | Affects Documentation domain. |
49+
| **TECH** | Affects Architect Group (mostly to make decisions around technology changes). |
4950

5051
### Type
5152

52-
Label| Description
53-
---|---
54-
**bugfix**| The issue or pull request relates to bug fixing.
55-
**enhancement**| The issue or pull request that raises the MFTF to a higher degree (for example new features, optimization, refactoring, etc).
53+
| Label | Description |
54+
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
55+
| **bugfix** | The issue or pull request relates to bug fixing. |
56+
| **enhancement** | The issue or pull request that raises the MFTF to a higher degree (for example new features, optimization, refactoring, etc). |
5657

5758
## Reporting security issues
5859

59-
To report security vulnerabilities in the Magento software or web sites, please e-mail [security@magento.com](mailto:security@magento.com). Please do not report security issues using GitHub. Be sure to encrypt your e-mail with our [encryption key](https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc) if it includes sensitive information. Learn more about reporting security issues [here](https://magento.com/security/reporting-magento-security-issue).
60+
To report security vulnerabilities and other security issues in the Magento software or web sites, send an email with the report at [security@magento.com](mailto:security@magento.com).
61+
Do not report security issues using GitHub.
62+
Be sure to encrypt your e-mail with our [encryption key](https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc) if it includes sensitive information.
63+
Learn more about reporting security issues [here](https://magento.com/security/reporting-magento-security-issue).
6064

6165
Stay up-to-date on the latest security news and patches for Magento by signing up for [Security Alert Notifications](https://magento.com/security/sign-up).
6266

6367
## License
6468

6569
Each Magento source file included in this distribution is licensed under AGPL 3.0.
6670

67-
Please see LICENSE_AGPL3.txt for the full text of the AGPL 3.0 license or contact [license@magentocommerce.com](mailto:license@magentocommerce.com) for a copy.
71+
See the license [here](LICENSE_AGPL3.txt) or contact [license@magentocommerce.com](mailto:license@magentocommerce.com) for a copy.

0 commit comments

Comments
 (0)