diff --git a/README.md b/README.md index 47ffa65..b09aca9 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,11 @@ 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 -``` \ No newline at end of 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. \ No newline at end of file