Skip to content

Commit 5bba93c

Browse files
chore(docs): formatting
1 parent bc5dfff commit 5bba93c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ Also, please bear the following coding guidelines in mind:
211211
code is accepted into the distribution, a lot of people will try it
212212
out, so try to do a thorough job of eradicating all the bugs before
213213
you send it to us. If at all practical, **add test cases** to our
214-
test suite (in the test/ dir) that verify that the code does what it
214+
test suite (in the `test/` dir) that verify that the code does what it
215215
is intended to do, fixes issues it intends to fix, etc.
216216

217-
- In addition to running the test suite, there are a few scripts in the test/
218-
dir that catch some common issues, see and use for example runLint.
217+
- In addition to running the test suite, there are a few scripts in the `test/`
218+
dir that catch some common issues, see and use for example `runLint`.
219219

220220
- Make sure you have Python 3.7 or later installed. This is required for
221221
running the development tooling, linters etc. Rest of the development

0 commit comments

Comments
 (0)