Skip to content

Commit 04c72a4

Browse files
committed
improved contribution guide
1 parent fc85f76 commit 04c72a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
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)