exercism/website

View on GitHub
.github/labels.yml

Summary

Maintainability
Test Coverage
# --------------------------------------------------------------- #
# This is an auto-generated file - Do not manually edit this file #
# --------------------------------------------------------------- #

# This file is automatically generated by concatenating two files:
#
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml
# 2. The repository-specific labels: defined in the `.appends/.github/labels.yml` file within this repository.
#
# If any of these two files change, a pull request is automatically created containing a re-generated version of this file.
# Consequently, to change repository-specific labels you should update the `.appends/.github/labels.yml` file and _not_ this file.
#
# When the pull request has been merged, the GitHub labels will be automatically updated by the "Sync labels" workflow.
# This typically takes 5-10 minutes.

# --------------------------------------------------------------------- #
# These are the Exercism-wide labels which are shared across all repos. #
# --------------------------------------------------------------------- #

# The following Exercism-wide labels are used to show "tasks" on the website, which will point users to things they can contribute to.

# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
- name: "x:action/create"
  description: "Work on something from scratch"
  color: "ffffff"

- name: "x:action/fix"
  description: "Fix an issue"
  color: "ffffff"

- name: "x:action/improve"
  description: "Improve existing functionality/content"
  color: "ffffff"

- name: "x:action/proofread"
  description: "Proofread text"
  color: "ffffff"

- name: "x:action/sync"
  description: "Sync content with its latest version"
  color: "ffffff"

# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
- name: "x:knowledge/none"
  description: "No existing Exercism knowledge required"
  color: "ffffff"

- name: "x:knowledge/elementary"
  description: "Little Exercism knowledge required"
  color: "ffffff"

- name: "x:knowledge/intermediate"
  description: "Quite a bit of Exercism knowledge required"
  color: "ffffff"

- name: "x:knowledge/advanced"
  description: "Comprehensive Exercism knowledge required"
  color: "ffffff"

# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
- name: "x:module/analyzer"
  description: "Work on Analyzers"
  color: "ffffff"

- name: "x:module/concept"
  description: "Work on Concepts"
  color: "ffffff"

- name: "x:module/concept-exercise"
  description: "Work on Concept Exercises"
  color: "ffffff"

- name: "x:module/generator"
  description: "Work on Exercise generators"
  color: "ffffff"

- name: "x:module/practice-exercise"
  description: "Work on Practice Exercises"
  color: "ffffff"

- name: "x:module/representer"
  description: "Work on Representers"
  color: "ffffff"

- name: "x:module/test-runner"
  description: "Work on Test Runners"
  color: "ffffff"

# The `x:rep/<value>` labels describe the amount of reputation to award
#
# For more information on reputation and how these labels should be used,
# check out https://exercism.org/docs/using/product/reputation
- name: "x:rep/tiny"
  description: "Tiny amount of reputation"
  color: "ffffff"

- name: "x:rep/small"
  description: "Small amount of reputation"
  color: "ffffff"

- name: "x:rep/medium"
  description: "Medium amount of reputation"
  color: "ffffff"

- name: "x:rep/large"
  description: "Large amount of reputation"
  color: "ffffff"

- name: "x:rep/massive"
  description: "Massive amount of reputation"
  color: "ffffff"

# The `x:size/<value>` labels describe the expected amount of work for a contributor
- name: "x:size/tiny"
  description: "Tiny amount of work"
  color: "ffffff"

- name: "x:size/small"
  description: "Small amount of work"
  color: "ffffff"

- name: "x:size/medium"
  description: "Medium amount of work"
  color: "ffffff"

- name: "x:size/large"
  description: "Large amount of work"
  color: "ffffff"

- name: "x:size/massive"
  description: "Massive amount of work"
  color: "ffffff"

# The `x:status/<value>` label indicates if there is already someone working on the issue
- name: "x:status/claimed"
  description: "Someone is working on this issue"
  color: "ffffff"

# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
- name: "x:type/ci"
  description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
  color: "ffffff"

- name: "x:type/coding"
  description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
  color: "ffffff"

- name: "x:type/content"
  description: "Work on content (e.g. exercises, concepts)"
  color: "ffffff"

- name: "x:type/docker"
  description: "Work on Dockerfiles"
  color: "ffffff"

- name: "x:type/docs"
  description: "Work on Documentation"
  color: "ffffff"

# This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
- name: "v3-migration 🤖"
  description: "Preparing for Exercism v3"
  color: "e99695"

# This Exercism-wide label can be used to bulk-close issues in preparation for pausing community contributions
- name: "paused"
  description: "Work paused until further notice"
  color: "e4e669"

# ----------------------------------------------------------------------------------------- #
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml.     #
# ----------------------------------------------------------------------------------------- #

- name: "bot/bugsnag"
  description: ""
  color: "A32E92"
  
- name: "bot/bugsnag-clientside"
  description: ""
  color: "A32E92"

- name: "dependencies"
  description: "Pull requests that update a dependency file"
  color: "0366d6"

- name: "hacktoberfest-accepted"
  description: ""
  color: "bfd4f2"

- name: "javascript"
  description: "Pull requests that update Javascript code"
  color: "168700"

- name: "priority/next-up"
  description: ""
  color: "d1c4fc"

- name: "ruby"
  description: "Pull requests that update Ruby code"
  color: "ce2d2d"

- name: "status/completed"
  description: ""
  color: "f9aed6"

- name: "status/next-up"
  description: ""
  color: "f9aed6"

- name: "status/on-hold"
  description: ""
  color: "f9aed6"

- name: "type/bug"
  description: "Something isn't working"
  color: "ce080b"

- name: "type/dependencies"
  description: "Pull requests that update a dependency file"
  color: "49cc97"

- name: "type/documentation"
  description: "Improvements or additions to documentation"
  color: "49cc97"

- name: "type/ops"
  description: ""
  color: "49cc97"