You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,9 @@ DevDocs staff members and [Community Maintainers](https://devdocs.magento.com/co
8
8
9
9
## Rewards for contributions
10
10
11
-
DevDocs works with Magento Community Engineering teams and projects.
12
-
As you contribute PRs, you gain [Contribution Points](https://devdocs.magento.com/contributor-guide/contributing.html#points).
13
-
14
11
If you write and contribute a full topic, we will add your name (or your company's name) at the top of the DevDocs page and link it to your blog or website!
15
12
16
-
If you contribute a major update to a topic, your GitHub username will be added to a description of the update in our [What's New topic](https://devdocs.magento.com/whats-new.html).
13
+
If you contribute a new topic or a major update to a topic, your GitHub username will be added to a description of the update in our [What's New topic](https://devdocs.magento.com/whats-new.html).
Copy file name to clipboardExpand all lines: src/_includes/contributor/labels.md
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,6 @@ Progress labels indicate the Pull Request status on each review stage:
16
16
*`Progress: accept` - The pull request has been accepted and will be merged into mainline code. <!-- accept -->
17
17
*`Progress: 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. <!-- reject -->
18
18
19
-
### Contribution awards
20
-
{:.no_toc}
21
-
22
-
The level of investigation, research, and work required for a task may differ. Contribution Rewards labels indicate what type of contribution awards will be applied when completing an issue and PR. Some awards will provide higher points and rewards than others.
-[Labels applied by the Community Engineering team](#labels)
23
-
-[Contribution awards and points](#points)
24
-
25
9
{:.bs-callout-tip}
26
10
Connect with Magento Contributors and Maintainers to learn more about Magento contributions and special projects. Join us in our [Slack workspace](https://opensource.magento.com/slack), in the [#general](https://magentocommeng.slack.com/archives/C4YS78WE6) channel, follow the [#announcements](https://magentocommeng.slack.com/archives/C7FA71S3V), and browse for more [channels](https://devdocs.magento.com/community/resources/resources.html#community-engineering-slack)!
27
11
@@ -96,7 +80,7 @@ The following list consists of questions you can ask to help determine the prope
96
80
97
81
The number of 'Yes' answers should help you to determine the severity.
98
82
99
-
### Pull request risk assessment:
83
+
### Pull request risk assessment
100
84
101
85
The 'Risk:' label highlights the risk that the suggested changes may bring to the platform.
102
86
It helps maintainers decide:
@@ -111,7 +95,7 @@ It helps maintainers decide:
111
95
| Medium | A pull request that makes changes which may affect multiple areas or makes considerable changes on a specific area. |
112
96
| Low | A pull request that will probably not affect other areas. |
113
97
114
-
## GitHub and Two-Factor authentication {#two-factor}
98
+
## GitHub and two-factor authentication {#two-factor}
115
99
116
100
Magento **requires all Partners** who contribute code to enable 2FA on their GitHub accounts. You can use a mobile device or 2FA application for added protection. See [Configuring two-factor authentication](https://help.github.com/en/articles/configuring-two-factor-authentication) in the GitHub help.
117
101
@@ -388,7 +372,7 @@ If you are sure that the problem you are experiencing is a bug, file a new issue
388
372
389
373
### Issue template
390
374
391
-
The [Issue Reporting Template](https://github.com/magento/magento2/blob/2.3-develop/.github/ISSUE_TEMPLATE.md) is a default placeholder for every new issue. Follow the sections carefully, as it ensures it will pass `Gate 1` quickly. More information on gates is available in [Magento Issue Gates](https://github.com/magento/magento2/wiki/Magento-Issue-Gates).
375
+
The [Issue Reporting Template](https://github.com/magento/magento2/blob/{{site.version}}-develop/.github/ISSUE_TEMPLATE.md) is a default placeholder for every new issue. Follow the sections carefully, as it ensures it will pass `Gate 1` quickly. More information on gates is available in [Magento Issue Gates](https://github.com/magento/magento2/wiki/Magento-Issue-Gates).
392
376
393
377
{:.bs-callout-tip}
394
378
Note that a higher level of detail in the report increases the chance that someone will be able to reproduce the issue.
@@ -463,7 +447,3 @@ In addition to contributing code, you can help triage issues. This can include r
463
447
We apply labels to public pull requests and issues to help other participants retrieve additional information about current progress, component assignments, Magento release lines, and much more. The following information details global labels used in Magento 2 repositories and across Community Engineering contributions.
0 commit comments