Skip to content

Commit

Permalink
Update contributing readme location and name
Browse files Browse the repository at this point in the history
  • Loading branch information
dogle-scottlogic committed Nov 19, 2024
1 parent 0742c20 commit e7a3e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributors_guide.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This section provides a high-level overview of the project structure.

### .config

The [`.config`](/.config) directory contains config for various tooling used in the project, e.g. [prettier](<(https://prettier.io/)>) and [markdownlint](https://github.com/DavidAnson/markdownlint).
The [`.config`](/.config) directory contains config for various tooling used in the project, e.g. [prettier](https://prettier.io/) and [markdownlint](https://github.com/DavidAnson/markdownlint).

### .github

Expand Down Expand Up @@ -65,7 +65,7 @@ The top level of the `services` directory contains `yaml` files for common contr

### Snippets

[VSCode snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) are defined for common [features](../.vscode/common-features.code-snippets), [threats](../.vscode/common-threats.code-snippets) and [controls](../.vscode/common-controls.code-snippets).
[VSCode snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) are defined for common [features](.vscode/common-features.code-snippets), [threats](.vscode/common-threats.code-snippets) and [controls](.vscode/common-controls.code-snippets).
To make use of these snippets start typing the snippet prefix in any `yaml` file and VSCode will offer you the option to auto-complete the snippet e.g.

```yaml
Expand Down

0 comments on commit e7a3e4f

Please sign in to comment.