compiler-discord/CONTRIBUTING.md

14 lines
320 B
Markdown
Raw Normal View History

2019-03-12 17:01:07 +01:00
# 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.