Index: frontend/node_modules/hoopy/CONTRIBUTING.md
===================================================================
--- frontend/node_modules/hoopy/CONTRIBUTING.md	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/hoopy/CONTRIBUTING.md	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,28 @@
+# Contribution guidelines
+
+* Install/update the dependencies:
+  ```
+  npm i
+  ```
+
+* Make sure all of the tests pass:
+  ```
+  npm t
+  ```
+
+* Make sure the code lints:
+  ```
+  npm run lint
+  ```
+
+* Adhere to the coding conventions
+  that are used elsewhere in the codebase.
+
+* New code must have new unit tests.
+
+* New features
+  or changes to existing features
+  must be documented in the [readme file](README.md).
+
+* Add yourself to the [authors file](AUTHORS).
+
