From 104b85398c6f24ed76e8c8a48d45cd7f6cd1bb63 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 7 Dec 2020 15:16:53 -0500 Subject: [PATCH] doc: Describe issue triaging --- doc/triage.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/triage.md diff --git a/doc/triage.md b/doc/triage.md new file mode 100644 index 00000000..64b4afb8 --- /dev/null +++ b/doc/triage.md @@ -0,0 +1,17 @@ +# Triage + +Triaging code-server issues is done with the following issue filter: + +``` +is:open no:project sort:created-asc -label:blocked -label:upstream +``` + +We cannot work on any `blocked` or `upstream` issues as those are best handled by the +VS Code team. However, in certain circumstances we may fix them only in code-server if +necessary. + +The GitHub project where we manage all our actionable issues is at: +https://github.com/cdr/code-server/projects/1 + +Finally, we use milestones to track what issues are planned/or were closed for what release. +https://github.com/cdr/code-server/milestones