Skip to content

Commit 9b7a480

Browse files
authored
Merge branch 'master' into master
2 parents 64c2de1 + 1747bdc commit 9b7a480

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/contributing-code/contents.lr

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ We make extensive use of issue labels to designate the priority, status and begi
1717

1818
- **Issues available for community contribution:**
1919
- The following tags mark issues that are open for community contribution:
20-
- `help wanted`: Open to participation from the community but not necessarily beginner-friendly
21-
- `good first issue`: Open to participation from the community and friendly towards new contributors
20+
- <span class="gh-label friendliness">help wanted</span> : Open to participation from the community but not necessarily beginner-friendly
21+
- <span class="gh-label friendliness">good first issue</span> : Open to participation from the community and friendly towards new contributors
2222
- You do not need our permission to work on one of these issues.
23-
- You may work on an issue labeled `good first issue` even if it's not your first issue.
23+
- You may work on an issue labeled <span class="gh-label friendliness">good first issue</span> even if it's not your first issue.
2424
* **Issues not available for community contribution:**
2525
- The following tags mark issues that are _not_ open for community contribution:
26-
- `🔒 staff only`: Requires infrastructure access or institutional knowledge that would be impractical to provide to the community
26+
- <span class="gh-label friendliness">🔒 staff only</span> : Requires infrastructure access or institutional knowledge that would be impractical to provide to the community
2727
- Do not work on these.
2828
- **Issues not ready for work:**
2929
- The following tags mark issues that are _not_ open for community contribution:
30-
- `🚧 blocked`: Blocked by other work that needs to be done first
31-
- `🧹 ticket work required`: Needs additional work before it is ready to be taken up
32-
- `🚦 awaiting triage`: Has not been triaged by a maintainer
30+
- <span class="gh-label status-neutral">🚧 status: blocked</span>: Blocked by other work that needs to be done first
31+
- <span class="gh-label status-dark">🧹 status: ticket work required </span>: Needs additional work before it is ready to be taken up
32+
- <span class="gh-label status-darker">🚦 status: awaiting triage</span>: Has not been triaged by a maintainer
3333
- Do not work on these.
3434
- **Issues without any of the above labels:**
3535
- These issues _may_ (or may not) be open for contribution.
@@ -38,9 +38,9 @@ We make extensive use of issue labels to designate the priority, status and begi
3838
You can use our [Issue Finder tool](/contributing-code/issue-finder/) to find a good issue that matches your skills and familiarity with our software and community.
3939

4040
Some helpful saved searches on GitHub than can assist with finding an issue:
41-
- [issues labeled "good first issue"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
42-
- [issues labeled "help wanted"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+-linked%3Apr)
43-
- [PRs labeled "help wanted"](https://github.com/search?q=org%3Acreativecommons+is%3Apr+is%3Aopen+label%3A%22help+wanted%22)
41+
- [issues labeled <span class="gh-label friendliness">good first issue</span>](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
42+
- [issues labeled <span class="gh-label friendliness">help wanted</span>](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+-linked%3Apr)
43+
- [PRs labeled <span class="gh-label friendliness">help wanted</span>](https://github.com/search?q=org%3Acreativecommons+is%3Apr+is%3Aopen+label%3A%22help+wanted%22)
4444

4545
Check the issue comments/labels to see whether someone else has indicated that they are working on it. If someone is already working on it and there has been activity within the last 7 days, you may want to find a different issue to work on.
4646

0 commit comments

Comments
 (0)