Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
description: "Work paused until further notice"
color: "e4e669"

# This Exercism-wide label queues a PR's English for translation (see exercism/i18n)
- name: "ready-to-translate"
description: "The English in this PR is final; queue its translations"
color: "1d76db"

# ----------------------------------------------------------------------------------------- #
# 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. #
Expand Down Expand Up @@ -244,10 +249,6 @@
description: ""
color: "ededed"

- name: "ready-to-translate"
description: "The English in this PR is final; queue its translations"
color: "1d76db"

- name: "todo"
description: ""
color: "C6FC00"
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you say something that is found offensive, and you are called out on it, try
## History

This policy was initially adopted from the Front-end London Slack community and has been modified since.
A version history can be seen on [GitHub](https://github.com/exercism/website-copy/blob/main/CODE_OF_CONDUCT.md).
A version history can be seen on [GitHub](https://github.com/exercism/website-copy/edit/main/pages/code_of_conduct.md).

_This policy is a "living" document, and subject to refinement and expansion in the future.
This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Discord, Forum, Twitter, email) and any other Exercism entity or event._
Loading