Skip to content

Commit bf38d99

Browse files
authored
Fix markdown syntax for important tag in contributing guidelines (#3188)
1 parent fbe1324 commit bf38d99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ It's important your tests pass before contributing code. To run all the tests lo
214214
$ hatch run test:all
215215
```
216216

217-
> [!IMPORTANT] The command above will run ALL the tests, including integration tests; some of those often need you to
217+
> [!IMPORTANT]
218+
> The command above will run ALL the tests, including integration tests; some of those often need you to
218219
> run a certain service in background (e.g. a Vector Database) or provide credentials to external services (e.g. OpenAI)
219220
> in order to pass.
220221

0 commit comments

Comments
 (0)