From 09a7c522b68554e4a13fc9160eca78591060c257 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:56:25 -0400 Subject: [PATCH] Indent create an upstream bash content Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 022370189..9c7b4d38f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ idea and implementation strategy before submitting a PR. 1. Fork the repository. 2. Create an `upstream` remote. -```bash -$ git remote add upstream git@github.com:fastly/cli.git -``` + ```bash + $ git remote add upstream git@github.com:fastly/cli.git + ``` 3. Create a feature branch. 4. Write tests. 5. Run the linter and formatter `make all`.