Skip to content

Commit d9f1b17

Browse files
committed
improved contribution guide
1 parent a027725 commit d9f1b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ Adding a new security check for your feature is easy and fast:
202202
```
203203
export { default as CheckGroupNewCategory } from './CheckGroupNewCategory';
204204
```
205+
4. Add a test that covers the new check to [SecurityCheckGroups.js](https://github.com/parse-community/parse-server/blob/master/spec/SecurityCheckGroups.js) for the cases of success and failure.
205206

206207
#### Wording Guideline
207208
Consider the following when adding a new security check:

0 commit comments

Comments
 (0)