diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 49b5b9e54f505..15bb998be9bf1 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -98,10 +98,12 @@ Use the following `make` commands and scripts in development: You can test your changes by creating a PR deployment. There are two ways to do this: -1. By running `./scripts/deploy-pr.sh` -2. By manually triggering the - [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml) - GitHub Action workflow ![Deploy PR manually](./images/deploy-pr-manually.png) +- Run `./scripts/deploy-pr.sh` +- Manually trigger the + [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml) + GitHub Action workflow: + + Deploy PR manually #### Available options