diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a390480..c95bf0b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,3 +45,9 @@ $ git commit -a -m "prod dependencies" ``` The `node_modules` folder should _not_ be included when making a pull request. These are only required for GitHub Actions when it consumes the distribution branch, the `dev` branch of the project should be free from any dependencies or lib files. + +## Resources 💡 + +* [TypeScript](https://www.typescriptlang.org/) +* [Jest](https://jestjs.io/) +* [GitHub Actions Documentation](https://help.github.com/en/actions)