Skip to content

Commit fe14fe2

Browse files
Try to clarify label x:type/coding better (#152)
* Try to clarify label `x:type/coding` better * Add new detailed description for maintainers * Rephrase a bit
1 parent b98257f commit fe14fe2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

product/tasks.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ The `x:size/<value>` labels describe the expected amount of work for a contribut
7171

7272
The `x:type/<value>` labels describe the type of work the contributor will be engaged in.
7373

74-
| Tag | Description |
75-
| ---------------- | -------------------------------------------------------------- |
76-
| `x:type/ci` | Work on Continuous Integration (e.g. GitHub Actions workflows) |
77-
| `x:type/coding` | Work on code that will run in production |
78-
| `x:type/content` | Work on content (e.g. exercises, concepts) |
79-
| `x:type/docker` | Work on Dockerfiles |
80-
| `x:type/docs` | Work on Documentation |
74+
| Tag | Description |
75+
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
76+
| `x:type/ci` | Work on Continuous Integration (e.g. GitHub Actions workflows) |
77+
| `x:type/coding` | Write code that is not part of the student-facing content. This is normally tasks associated with production-tooling (e.g. test runners), internal-tooling (generators), or libraries that Exercism maintains. |
78+
| `x:type/content` | Work on content (e.g. exercises, concepts) |
79+
| `x:type/docker` | Work on Dockerfiles |
80+
| `x:type/docs` | Work on Documentation |
8181

8282
## Claimed vs unclaimed tags
8383

0 commit comments

Comments
 (0)