Skip to content

Commit 2b204f4

Browse files
committed
doc: Elaborate on issue triaging
1 parent 104b853 commit 2b204f4

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

doc/triage.md

+25-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
# Triage
22

3+
## Filter
4+
35
Triaging code-server issues is done with the following issue filter:
46

57
```
6-
is:open no:project sort:created-asc -label:blocked -label:upstream
8+
is:open no:project sort:created-asc -label:blocked -label:upstream -label:waiting-for-info
79
```
810

9-
We cannot work on any `blocked` or `upstream` issues as those are best handled by the
10-
VS Code team. However, in certain circumstances we may fix them only in code-server if
11-
necessary.
11+
This will show issues that:
12+
13+
1. Are open.
14+
2. Have no assigned project.
15+
3. Are not `blocked` or tagged for work by `upstream` (VS Code core team)
16+
- If an upstream issue is detrimental to the code-server experience we may fix it in
17+
our patch instead of waiting for the VS Code team to fix it.
18+
4. Are not in `waiting-for-info`.
19+
20+
## Process
1221

13-
The GitHub project where we manage all our actionable issues is at:
14-
https://github.com/cdr/code-server/projects/1
22+
1. If an issue is a question/discussion it should be converted into a GitHub discussion.
23+
2. Next, give the issue the appropriate labels and feel free to create new ones if
24+
necessary.
25+
- There are no hard and set rules for labels. We don't have many so look through and
26+
see how they've been used throughout the repository. They all also have descriptions.
27+
3. If more information is required, please ask the submitter and tag as
28+
`waiting-for-info` and wait.
29+
4. Finally, the issue should be moved into the
30+
[code-server](https://github.com/cdr/code-server/projects/1) project where we pick
31+
out issues to fix and track their progress.
1532

16-
Finally, we use milestones to track what issues are planned/or were closed for what release.
17-
https://github.com/cdr/code-server/milestones
33+
We also use [milestones](https://github.com/cdr/code-server/milestones) to track what
34+
issues are planned/or were closed for what release.

0 commit comments

Comments
 (0)