add contributing section to readme
This commit is contained in:
parent
44d634355b
commit
ae1492aa42
12
README.md
12
README.md
|
@ -57,3 +57,15 @@ run lua() {
|
|||
return "Hello, Lua!";
|
||||
};
|
||||
```
|
||||
|
||||
### Full Grammar
|
||||
The full grammar can be found [here](./grammar.md).
|
||||
|
||||
## Contributing
|
||||
|
||||
Pull requests are welcome. For major changes, please open an issue first
|
||||
to discuss what you would like to change.
|
||||
|
||||
Please make sure to update tests as appropriate.
|
||||
|
||||
**Note that this repository only contains the parser and transpiler to a secondary representation. The compilation to a Minecraft datapack is located in the [shulkerbox](https://github.com/moritz-hoelting/shulkerbox) repository. Please indicate if pull requests for this repository require pull requests for the shulkerbox repository**
|
Loading…
Reference in New Issue