Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added basic contributor guidelines
  • Loading branch information
lexholden committed Mar 4, 2018
1 parent 00c8865 commit 9eaf557
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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`

0 comments on commit 9eaf557

Please sign in to comment.