Skip to content

Commit 431e7c1

Browse files
committed
update contributing guidelines
1 parent a33d88a commit 431e7c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ Please don't do the following, we can do this ourselves.
6565

6666
More things to remember:
6767

68-
(These aren't strict rules. It's perfectly fine to not follow any of these, we
69-
can adapt.)
70-
7168
- Keep the source code as runtime agnostic as possible. We target the browser
7269
and Deno. This is necessary because we use `deno test`. If a module is
7370
exclusive to one runtime, add a note above the code:
7471
`// This code is browser/Deno only`.
72+
73+
(The following aren't strict rules. It's perfectly fine to not follow any of
74+
these, we can adapt.)
75+
7576
- Ensure all the files are formatted: Run `deno fmt`.
7677
- Make sure you don't accidentally make more tests fail: Run
7778
`deno test --parallel` before and after making changes to the code. Some tests

0 commit comments

Comments
 (0)