Skip to content

Commit cd6aefd

Browse files
authored
Merge branch 'master' into 2424-update-contributing
2 parents c982302 + 4f1dc89 commit cd6aefd

File tree

5 files changed

+50
-3
lines changed

5 files changed

+50
-3
lines changed

.github/CODEOWNERS

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
* @code-asher @nhooyr
2-
31
ci/helm-chart @Matthew-Beckett @alexgorbatchev

.github/ISSUE_TEMPLATE/extension-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Extension request
33
about: Request an extension missing from the code-server marketplace
44
title: ""
55
labels: extension-request
6-
assignees: cmoog
6+
assignees: ""
77
---
88

99
<!--

doc/assets/screenshot.png

450 KB
Loading

doc/ipad.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Known Issues](#known-issues)
66
- [How to access code-server with a self signed certificate on iPad?](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad)
7+
- [Servediter iPad App](#servediter-ipad-app)
78

89
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
910

@@ -51,3 +52,14 @@ refuse to allow WebSockets to connect.
5152
5. Go to `Settings -> About -> Certificate Trust Settings` and enable full trust for
5253
the certificate.
5354
6. Now you can access code-server! 🍻
55+
56+
### Servediter iPad App
57+
58+
If you are unable to get the self signed certificate working or you do not have a domain
59+
name to use, you can use the Servediter iPad App instead!
60+
61+
**note**: This is not an officially supported app by the code-server team!
62+
63+
Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/id1504491325) from the
64+
App Store and then input your server information. If you are running a local server or mabye a usb-c
65+
connected Raspberry Pi, you will input your settings into "Self Hosted Server".

doc/triage.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Triage
2+
3+
## Filter
4+
5+
Triaging code-server issues is done with the following issue filter:
6+
7+
```
8+
is:issue is:open no:project sort:created-asc -label:blocked -label:upstream -label:waiting-for-info -label:extension-request
9+
```
10+
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+
- Someone should periodically go through these issues to see if they can be unblocked
19+
though!
20+
4. Are not in `waiting-for-info`.
21+
5. Are not extension requests.
22+
23+
## Process
24+
25+
1. If an issue is a question/discussion it should be converted into a GitHub discussion.
26+
2. Next, give the issue the appropriate labels and feel free to create new ones if
27+
necessary.
28+
- There are no hard and set rules for labels. We don't have many so look through and
29+
see how they've been used throughout the repository. They all also have descriptions.
30+
3. If more information is required, please ask the submitter and tag as
31+
`waiting-for-info` and wait.
32+
4. Finally, the issue should be moved into the
33+
[code-server](https://github.com/cdr/code-server/projects/1) project where we pick
34+
out issues to fix and track their progress.
35+
36+
We also use [milestones](https://github.com/cdr/code-server/milestones) to track what
37+
issues are planned/or were closed for what release.

0 commit comments

Comments
 (0)