From 4b674b0b27b15d10059d73a7a1bb189c17de3a40 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Tue, 12 Mar 2019 12:01:07 -0400 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md 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.