From af082c8d542c0a4eb10b555fef73d83a052e46ab Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Thu, 25 Dec 2025 20:32:21 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3ebcca3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to SSG + +### Requirements: + +Luanti/Minetest 5.9.0+ + +Experience with modding in Luanti + +### Contribute + +Fork the repository. + +Add the features/bugfixes you want, while **keeping the code style.** + +Comments are encouraged, but don't go overboard. + +After you have finished, open a PR and **clearly explain what the PR does.** + +If it closes an issue, be sure to mention the issue.