File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ while quilt push; do quilt refresh; done
127
127
128
128
0 . You can go through the patch stack with ` quilt push ` and ` quilt pop ` .
129
129
1 . Create a new patch (` quilt new {name}.diff ` ) or use an existing patch.
130
- 2 . Add the file(s) you are patching (` quilt add [-P patch] {file} ` ). A file
130
+ 1 . Add the file(s) you are patching (` quilt add [-P patch] {file} ` ). A file
131
131
** must** be added before you make changes to it.
132
- 3 . Make your changes. Patches do not need to be independent of each other but
132
+ 1 . Make your changes. Patches do not need to be independent of each other but
133
133
each patch must result in a working code-server without any broken in-between
134
134
states otherwise they are difficult to test and modify.
135
- 4 . Add your changes to the patch (` quilt refresh ` )
136
- 5 . Add a comment in the patch about the reason for the patch and how to
135
+ 1 . Add your changes to the patch (` quilt refresh ` )
136
+ 1 . Add a comment in the patch about the reason for the patch and how to
137
137
reproduce the behavior it fixes or adds. Every patch should have an e2e test
138
138
as well.
139
139
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ details.
73
73
Interested in [ working at Coder] ( https://coder.com/careers ) ? Check out [ our open
74
74
positions] ( https://coder.com/careers#openings ) !
75
75
76
- ## For Organizations
76
+ ## For Teams
77
77
78
- Want remote development for your organization or enterprise? Visit [ our
79
- website ] ( https://coder.com ) to learn more about Coder .
78
+ We develop [ coder/coder ] ( https://cdr.co/coder-github ) to help teams to
79
+ adopt remote development .
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The following steps walk you through setting up a VM running Debian using Google
22
22
Cloud (though you are welcome to use any machine or VM provider).
23
23
24
24
If you're [ signing up with Google] ( https://console.cloud.google.com/getting-started ) for the first time, you should get a 3-month trial with
25
- $300 of credits.
25
+ \ $ 300 of credits.
26
26
27
27
After you sign up and create a new Google Cloud Provider (GCP) project, create a
28
28
new Compute Engine VM instance:
You can’t perform that action at this time.
0 commit comments