Add CONTRIBUTING.md

This commit is contained in:
1computer1 2019-03-12 12:01:07 -04:00
parent 07ec57a453
commit 4b674b0b27

13
CONTRIBUTING.md Normal file
View file

@ -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.