🤖 Sync org-wide files to upstream repo

More info: d31ac9e435
This commit is contained in:
Exercism Bot
2021-10-05 12:48:28 +00:00
committed by BethanyG
parent 4b8b571dd9
commit 2b9ab396da

54
.github/labels.yml vendored
View File

@@ -22,116 +22,116 @@
# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue # 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" - name: "x:action/create"
description: "Work on something from scratch" description: "Work on something from scratch"
color: "6f60d2" color: "ffffff"
- name: "x:action/fix" - name: "x:action/fix"
description: "Fix an issue" description: "Fix an issue"
color: "6f60d2" color: "ffffff"
- name: "x:action/improve" - name: "x:action/improve"
description: "Improve existing functionality/content" description: "Improve existing functionality/content"
color: "6f60d2" color: "ffffff"
- name: "x:action/proofread" - name: "x:action/proofread"
description: "Proofread text" description: "Proofread text"
color: "6f60d2" color: "ffffff"
- name: "x:action/sync" - name: "x:action/sync"
description: "Sync content with its latest version" description: "Sync content with its latest version"
color: "6f60d2" color: "ffffff"
# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor # The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
- name: "x:knowledge/none" - name: "x:knowledge/none"
description: "No existing Exercism knowledge required" description: "No existing Exercism knowledge required"
color: "604fcd" color: "ffffff"
- name: "x:knowledge/elementary" - name: "x:knowledge/elementary"
description: "Little Exercism knowledge required" description: "Little Exercism knowledge required"
color: "604fcd" color: "ffffff"
- name: "x:knowledge/intermediate" - name: "x:knowledge/intermediate"
description: "Quite a bit of Exercism knowledge required" description: "Quite a bit of Exercism knowledge required"
color: "604fcd" color: "ffffff"
- name: "x:knowledge/advanced" - name: "x:knowledge/advanced"
description: "Comprehensive Exercism knowledge required" description: "Comprehensive Exercism knowledge required"
color: "604fcd" color: "ffffff"
# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on # The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
- name: "x:module/analyzer" - name: "x:module/analyzer"
description: "Work on Analyzers" description: "Work on Analyzers"
color: "5240c9" color: "ffffff"
- name: "x:module/concept" - name: "x:module/concept"
description: "Work on Concepts" description: "Work on Concepts"
color: "5240c9" color: "ffffff"
- name: "x:module/concept-exercise" - name: "x:module/concept-exercise"
description: "Work on Concept Exercises" description: "Work on Concept Exercises"
color: "5240c9" color: "ffffff"
- name: "x:module/generator" - name: "x:module/generator"
description: "Work on Exercise generators" description: "Work on Exercise generators"
color: "5240c9" color: "ffffff"
- name: "x:module/practice-exercise" - name: "x:module/practice-exercise"
description: "Work on Practice Exercises" description: "Work on Practice Exercises"
color: "5240c9" color: "ffffff"
- name: "x:module/representer" - name: "x:module/representer"
description: "Work on Representers" description: "Work on Representers"
color: "5240c9" color: "ffffff"
- name: "x:module/test-runner" - name: "x:module/test-runner"
description: "Work on Test Runners" description: "Work on Test Runners"
color: "5240c9" color: "ffffff"
# The `x:size/<value>` labels describe the expected amount of work for a contributor # The `x:size/<value>` labels describe the expected amount of work for a contributor
- name: "x:size/tiny" - name: "x:size/tiny"
description: "Tiny amount of work" description: "Tiny amount of work"
color: "4836bf" color: "ffffff"
- name: "x:size/small" - name: "x:size/small"
description: "Small amount of work" description: "Small amount of work"
color: "4836bf" color: "ffffff"
- name: "x:size/medium" - name: "x:size/medium"
description: "Medium amount of work" description: "Medium amount of work"
color: "4836bf" color: "ffffff"
- name: "x:size/large" - name: "x:size/large"
description: "Large amount of work" description: "Large amount of work"
color: "4836bf" color: "ffffff"
- name: "x:size/massive" - name: "x:size/massive"
description: "Massive amount of work" description: "Massive amount of work"
color: "4836bf" color: "ffffff"
# The `x:status/<value>` label indicates if there is already someone working on the issue # The `x:status/<value>` label indicates if there is already someone working on the issue
- name: "x:status/claimed" - name: "x:status/claimed"
description: "Someone is working on this issue" description: "Someone is working on this issue"
color: "4231af" color: "ffffff"
# The `x:type/<value>` labels describe what type of work the contributor will be engaged in # The `x:type/<value>` labels describe what type of work the contributor will be engaged in
- name: "x:type/ci" - name: "x:type/ci"
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)" description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
color: "3c2d9f" color: "ffffff"
- name: "x:type/coding" - name: "x:type/coding"
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)" description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
color: "3c2d9f" color: "ffffff"
- name: "x:type/content" - name: "x:type/content"
description: "Work on content (e.g. exercises, concepts)" description: "Work on content (e.g. exercises, concepts)"
color: "3c2d9f" color: "ffffff"
- name: "x:type/docker" - name: "x:type/docker"
description: "Work on Dockerfiles" description: "Work on Dockerfiles"
color: "3c2d9f" color: "ffffff"
- name: "x:type/docs" - name: "x:type/docs"
description: "Work on Documentation" description: "Work on Documentation"
color: "3c2d9f" color: "ffffff"
# This label can be added to accept PRs as part of Hacktoberfest # This label can be added to accept PRs as part of Hacktoberfest
- name: "hacktoberfest-accepted" - name: "hacktoberfest-accepted"