We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31633d commit 4b0dfadCopy full SHA for 4b0dfad
CONTRIBUTING.md
@@ -10,11 +10,16 @@ Please raise non-security bugs and suggestions in the Issues on the GitHub-hoste
10
11
## Developing
12
13
-Please test your changes before submitting a PR.
+Please:
14
+
15
+* sign commits
16
+* format code with Prettier
17
+* lint code with ESLint, using the GitHub ESLint plugin
18
+* add tests, and test the code with `npm test`
19
20
## Submitting changes
21
-Please fork the repository, and raise a Pull Request (PR) for review. Please sign commits.
22
+Please fork the repository, and raise a Pull Request (PR) for review.
23
24
Remember to update the [README](README.md) and [CHANGELOG](CHANGELOG.md).
25
0 commit comments