diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..acb732f44 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributor Guidelines + +Before contributing any code to this project and requesting review/merge, please make sure your code meets the following requirements: + +1. Testcafe tests pass, and any new pages you have added/edited have new tests written for new features you contribute. `npm run testcafe` +2. Linting passes for all files `npm run lint` \ No newline at end of file