Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b7feef9

Browse files
authored
Merge pull request #4551 from magento/lk-contribution-guide-updates
Updates to code contribution guide
2 parents 217c964 + 49b2ac0 commit b7feef9

File tree

4 files changed

+242
-158
lines changed

4 files changed

+242
-158
lines changed

_includes/contributor/labels.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ General labels include a variety of tasks and definitions for pull requests and
7878
* `help wanted` - Indicates the creator or author needs help with a decision, advice for resolving, and so on.
7979
* `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).
8080

81-
### Issue Resolution Status
81+
### Issue resolution status
8282
{:.no_toc}
8383

8484
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
101101

102102
All [contributions to DevDocs](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md) receive the following labels:
103103

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

_includes/contributor/rewards.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Each PR can earn one of the following additional achievements. If you entered an
7676

7777
Achievement | Points | Description
7878
| ------------ | --- | --- |
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
8282

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

Comments
 (0)