From d5755cf72a0433280ad46e238bd3055b8588e6fd Mon Sep 17 00:00:00 2001 From: harrydowning Date: Wed, 4 Sep 2024 22:11:51 +0100 Subject: [PATCH] format doc --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f94769..babeae7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,10 @@ Thank you for taking an interest in contributing to this project. All contributi - Run `npm run build` to update `dist/extension.js` - Use F5 within VS Code to test the extension -> [!NOTE] -> `package.json` is partially generated and `syntaxes` is fully generated. Relevant changes to these should be made in `src`. - -> [!NOTE] -> Any features intended for pre-release should be kept behind the `PRE_RELEASE` flag. These features can be enabled by setting the environment variable `PRE_RELEASE=true` on build and generate. +> [!NOTE] +> +> - `package.json` is partially generated and `syntaxes` is fully generated. Relevant changes to these should be made in `src`. +> - Any features intended for pre-release should be kept behind the `PRE_RELEASE` flag. These features can be enabled by setting the environment variable `PRE_RELEASE=true` on build and generate. ## Release Workflow