Skip to content

Commit 4b0dfad

Browse files
committed
Updated CONTRIBUTING
1 parent f31633d commit 4b0dfad

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ Please raise non-security bugs and suggestions in the Issues on the GitHub-hoste
1010

1111
## Developing
1212

13-
Please test your changes before submitting a PR.
13+
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`
1419

1520
## Submitting changes
1621

17-
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.
1823

1924
Remember to update the [README](README.md) and [CHANGELOG](CHANGELOG.md).
2025

0 commit comments

Comments
 (0)