Wiki Labels Guide - thelastmile/FreeCodeCamp GitHub Wiki
Wiki Labels Guide
Labels help in categorizing issues and pull requests. Use issue only labels for issues and PR only labels for pull requests.
Listed here are labels for FreeCodeCamp Wiki — see wiki source and wiki labels.
Click on individual labels to see detailed info
See also: :whale: Label Overview | :dolphin: Label Details | :family: Wiki Maintainer Guide | :cop: Wiki Review Board
Label Overview
Labels | Description | Use in Issue | Use in PR |
---|---|---|---|
Content Review :book: | :x: | :white_check_mark: | |
[](https://github.com/FreeCodeCamp/wiki/labels/help wanted) | Need help :heavy_plus_sign: in creating the article(s) | :white_check_mark: | :x: |
Help needed to resolve :heavy_plus_sign: | :white_check_mark: | :x: | |
Only for newbies :beginner: | :white_check_mark: | :x: | |
[](https://github.com/FreeCodeCamp/wiki/labels/content update) | Update :up: non-code contents of article(s) | :x: | :white_check_mark: |
Enhance codes or algos :pencil: in article(s) | :x: | :white_check_mark: | |
Work needed :construction_worker: on article(s) | :x: | :white_check_mark: | |
Coding Language :scroll: specific article(s) | :white_check_mark: | :white_check_mark: | |
[](https://github.com/FreeCodeCamp/wiki/labels/in progress) | The author's WIP :construction: article(s) | :x: | :white_check_mark: |
Translation :speech_balloon: related article(s) | :white_check_mark: | :white_check_mark: | |
[](https://github.com/FreeCodeCamp/wiki/labels/Local Groups) | Study group related :tent: | :white_check_mark: | :white_check_mark: |
Search Engine Optimization :muscle: | :white_check_mark: | :white_check_mark: | |
Bugs :bug: related to Wiki | :white_check_mark: | :x: | |
Stale article(s) or author doesn't respond :no_good: | :x: | :white_check_mark: | |
It is a question :question: | :white_check_mark: | :x: | |
Not fit for Wiki :no_entry_sign: | :white_check_mark: | :white_check_mark: | |
Similar or Duplicate of each other :busts_in_silhouette: | :white_check_mark: | :white_check_mark: |
Label — Detailed Description and Usage
QA
Label: This is a PR only label.
This label is usually auto applied on a new PR or manually add it for new PRs.
Adding this label denotes that others can check the PR for typos, suggestions, etc (i.e. overall content review).
It's auto removed on merge or can be manually removed if PR is closed or merged. Do not remove before that.
help wanted
Label: This is an issue only label.
Label an issue as help wanted
if others need to work on the issue. This is usually used for new article addition help.
easy
Label: This is an issue only label.
This label is used for easy to resolve issues.
first-timers-only
Label: This is an issue only label.
This label is used to denote that the issue should only be contributed by campers without any prior experience with contributions.
Also See, http://www.firsttimersonly.com
content update
Label: This is a PR only label.
This is used for new articles or any non-markdown formatting changes i.e. any actual content modifications of existing article(s).
enhancement
Label: This is a PR only label.
This is used for any code
related modifications in any existing articles.
DO NOT get confused between using content update
or enhancement
.
WORK NEEDED:
Label: This is a PR only label.
There are various WORK NEEDED
labels i.e.
WORK NEEDED: Fix Images
— Broken/Invalid images needs to be fixedWORK NEEDED: Fix Typos
WORK NEEDED: Grammar Issues
WORK NEEDED: Implement Suggestions
— Overall suggestions to improve article(s)WORK NEEDED: Squash Commits
— Use it when multiple related or irrelevant commits needs to be squashed
LANG:
Label: There are various LANGUAGE labels related to different programming languages. Label issues or pull requests which relate to one or more of these languages.
These are the language specific labels —
CSS
GO
HTML
Java
JavaScript
.NET
Python
Ruby
in progress
Label: This is a PR only label.
Use it when author is still working on the PR and submitting commits from time to time.
No need for blocked
label if in progress
label is added.
Translation
Label: This label is used on issues or pull requests which are related to translating any existing articles.
Local Groups
Label: This label is used on issues or pull requests which are related to study groups.
SEO
Label: This label is used on issues or pull requests which are related to search engine optimization.
bug
Label: This is an issue only label.
Assign this label to issues related to bugs in Wiki or in FreeCodeCamp or otherwise related.
blocked
Label: This is a PR only label.
This label is used when the PR would be bad if merged, e.g. information that should not be there. This is also used when the guidelines are not followed and yet it seems like others were giving it "okay to merge" or if the person has not implemented the suggested changes.
Assign this label when you want to let other maintainers know not to merge until further noticed.
Also See, wontfix
label
question
Label: This is an issue only label.
This label is used on issues if it is a question about Wiki or any general question related to FreeCodeCamp or otherwise related.
invalid
Label: Assign this label to any issue or pull request which is not a good fit for the Wiki.
duplicate
Label: This label is used to mark any further issues or pull requests which are duplicates of any previously filed issues or pull requests.
wontfix
Label: This label is used on issue or pull request which can't be resolved.