13 lines
320 B
Markdown
13 lines
320 B
Markdown
# 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.
|