Skip to content

Commit b05ba1a

Browse files
committed
used colored label component in /contributing-code page
1 parent c48272d commit b05ba1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/contributing-code/contents.lr

+7-7
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.

0 commit comments

Comments
 (0)