add contributing section to readme

This commit is contained in:
Moritz Hölting 2024-06-10 16:27:24 +02:00
parent b79c9ecd6d
commit 86b2b2f2eb
1 changed files with 8 additions and 1 deletions

View File

@ -33,3 +33,10 @@ let v_folder = dp.compile(&CompileOptions::default()); // Compile the datapack w
v_folder.place(Path::new("./dist")).unwrap(); // Place the datapack in the dist folder
v_folder.zip(Path::new("./dist.zip")).unwrap(); // Zip the datapack to the dist.zip file
```
## 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.