From 8c06c36102df0933012becff72f271fb255f1991 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 3 Oct 2022 17:54:15 +0200 Subject: [PATCH 1/2] add contributing.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1f64528 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to Script Manager (SCM) +Thanks for your interest in SCM. Our goal is to make developing in CompuerCraft as easy as possible. + +## Getting Started +If you want to contribute you can take a look at the existing issues [here](https://github.com/mc-cc-scripts/script-manager/issues). + +You can create a pull request to resolve an issue which will then be reviewed by one of the core contributors. + +- Make sure to always create a branch from `master` and check if it will merge cleanly before submitting your PR. +- If your PR is not getting reviewed, feel free to `@` a core contributor in the comments or your PR. +- Small commits are preferred but should be reasonable. (Don't put every text-change in an extra commit) +- If possible, add test a test program to your PR. You can just include a pastebin code. \ No newline at end of file From 2a99942e2f1db78f37096a86bf34264f3b5ffcd5 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 7 Oct 2022 21:33:50 +0200 Subject: [PATCH 2/2] update contributing.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f64528..b31b827 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ Thanks for your interest in SCM. Our goal is to make developing in CompuerCraft ## Getting Started If you want to contribute you can take a look at the existing issues [here](https://github.com/mc-cc-scripts/script-manager/issues). +Or create your own if you found a bug or something to improve. + You can create a pull request to resolve an issue which will then be reviewed by one of the core contributors. - Make sure to always create a branch from `master` and check if it will merge cleanly before submitting your PR.