Add CONTRIBUTING.md
This commit is contained in:
parent
07ec57a453
commit
4b674b0b27
1 changed files with 13 additions and 0 deletions
13
CONTRIBUTING.md
Normal file
13
CONTRIBUTING.md
Normal 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.
|
Loading…
Reference in a new issue