From adf9e5f650a812ff24e6bed23c1a8b4e4722e563 Mon Sep 17 00:00:00 2001 From: Ram Reddy <69733662+ramnreddy15@users.noreply.github.com> Date: Tue, 22 Jun 2021 20:53:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05310e1..63316d4 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ in `package.json` or else your pull request will not be accepted. 5. Have your `base` as master and `compare` to the relevant branch. In the example's case it would be `fix-documentation`. 6. Now click the ```Compare & pull request``` button, title it something relevant to the issue you are fixing, and lastly you do not need to include a description, but you must include ```Closes #```. In the example's case it would be ```Closes #4``` (this will automatically close the pertinent issue). +You will notice that there are tests being run on the code you submitted. These tests check for security, accesibility issues, build issues, and code issues. Some of the issues are analyzed by deepsource.io. If you want to see the issues pleam DM me. + # Available Scripts In the project directory, you can run: