From 86b2b2f2eb2a704c6f161c528e3fac185b46f329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:27:24 +0200 Subject: [PATCH] add contributing section to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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