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: _includes/contributor/labels.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ General labels include a variety of tasks and definitions for pull requests and
78
78
*`help wanted` - Indicates the creator or author needs help with a decision, advice for resolving, and so on.
79
79
*`triage wanted` - Indicates the issues are under triage. See this information to learn more about the [Triage Wanted program](https://github.com/magento/magento2/wiki/Triage-Wanted).
80
80
81
-
### Issue Resolution Status
81
+
### Issue resolution status
82
82
{:.no_toc}
83
83
84
84
Labels applied to issues through verification and completion. For details on the process, see [GitHub Issues Processing Workflow](https://github.com/magento/magento2/wiki/GitHub-Issues-Processing-Workflow).
@@ -101,7 +101,7 @@ Labels applied to issues through verification and completion. For details on the
101
101
102
102
All [contributions to DevDocs](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md) receive the following labels:
103
103
104
-
*`New topic`- New file submissions for content that has never existed on devdocs
105
-
*`Major update` - Significant updates to existing content, such as a new section or example
106
-
*`Technical` - Updates to the code or processes that alter the technical content of the document
107
-
*`Editorial` - Fixes for typos, grammatical inconsistencies, or minor rewrites to correct inaccuracies.
104
+
*`New topic`- New topic submissions for content that has never existed on DevDocs such as tutorials, references, instructions, and so on
105
+
*`Major update` - Significant original updates to existing content
106
+
*`Technical` - Updates to the code or processes that alter the technical content of the document, such as code snippets, reference documentation, parameter names and values, and other relevant content
107
+
*`Editorial` - Fixes for typos, grammatical inconsistencies, or minor rewrites to correct inaccuracies
Copy file name to clipboardExpand all lines: _includes/contributor/rewards.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,8 @@ Each PR can earn one of the following additional achievements. If you entered an
76
76
77
77
Achievement | Points | Description
78
78
| ------------ | --- | --- |
79
-
New topic | 30 | New file submissions for content that has never existed on devdocs
80
-
Major update | 20 | Significant updates to existing content, such as a new section or example
81
-
Technical | 10 | Updates to code or processes that alter the technical content of the document
79
+
New topic | 30 | New topic submissions for content that has never existed in DevDocs, such as tutorials, references, instructions, and other relevant content
80
+
Major update | 20 | Significant updates to existing content
81
+
Technical | 10 | Updates to code or processes that alter the technical content of the document, such as code snippets, reference documentation, parameter names and values, and other relevant content
82
82
83
+
If the PR earns recognition for significant updates and additions to the documentation, it may also receive a Special Achievement label, which garners an additional 20 points.
0 commit comments