You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
5
5
We recommend using the [Nix](https://nix.dev/) package manager as it makes any pain related to maintaining dependency versions [just disappear](https://twitter.com/mitchellh/status/1491102567296040961). Once nix [has been installed](https://nixos.org/download.html) the development environment can be _manually instantiated_ through the `nix-shell` command:
- on Linux, install [`zstd`](https://github.com/horta/zstd.install)
56
-
-[`pkg-config`]()
56
+
-`pkg-config`
57
57
- on macOS, run `brew install pkg-config`
58
-
-[`pixman`]()
58
+
-`pixman`
59
59
- on macOS, run `brew install pixman`
60
-
-[`cairo`]()
60
+
-`cairo`
61
61
- on macOS, run `brew install cairo`
62
-
-[`pango`]()
62
+
-`pango`
63
63
- on macOS, run `brew install pango`
64
-
-[`pandoc`]()
64
+
-`pandoc`
65
65
- on macOS, run `brew install pandocomatic`
66
66
67
67
### Development workflow
@@ -93,7 +93,7 @@ You can test your changes by creating a PR deployment. A PR deployment can be tr
93
93
94
94
> Note: all flags can be used with both `./scripts/deploy-pr.sh` and `/deploy-pr` comment on the PR.
95
95
96
-
> Note: You need to be a member or collaborator of the of [coder](github.com/coder) GitHub organization to be able to deploy a PR.
96
+
> You need to be a member or collaborator of the of [coder](github.com/coder) GitHub organization to be able to deploy a PR.
97
97
98
98
Once the deployment is finished, a unique link and credentials will be posted in the [#pr-deployments](https://codercom.slack.com/archives/C05DNE982E8) Slack channel.
99
99
@@ -105,12 +105,12 @@ Database migrations are managed with [`migrate`](https://github.com/golang-migra
105
105
106
106
To add new migrations, use the following command:
107
107
108
-
```
109
-
$ ./coderd/database/migrations/create_fixture.sh my name
108
+
```shell
109
+
./coderd/database/migrations/create_fixture.sh my name
0 commit comments