diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..469338b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +- Make pull requests! + +## Adding New Languages + +To add a new language, add the following things: +- `docker/language/Dockerfile` +- `docker/language/run.sh` +- `src/languages/language.js` + +You can view the existing files for examples. +Remember to update the README with information about this language.