Skip to content

Commit 2b82879

Browse files
chore(docs): formatting
1 parent 2a30a2b commit 2b82879

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
@@ -209,11 +209,11 @@ Also, please bear the following coding guidelines in mind:
209209
code is accepted into the distribution, a lot of people will try it
210210
out, so try to do a thorough job of eradicating all the bugs before
211211
you send it to us. If at all practical, **add test cases** to our
212-
test suite (in the test/ dir) that verify that the code does what it
212+
test suite (in the `test/` dir) that verify that the code does what it
213213
is intended to do, fixes issues it intends to fix, etc.
214214

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

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

0 commit comments

Comments
 (0)