Skip to content

Commit f04e248

Browse files
authored
Merge pull request #16 from mc-cc-scripts/contributing
add contributing.md
2 parents 860f8f2 + 2a99942 commit f04e248

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing to Script Manager (SCM)
2+
Thanks for your interest in SCM. Our goal is to make developing in CompuerCraft as easy as possible.
3+
4+
## Getting Started
5+
If you want to contribute you can take a look at the existing issues [here](https://github.com/mc-cc-scripts/script-manager/issues).
6+
7+
Or create your own if you found a bug or something to improve.
8+
9+
You can create a pull request to resolve an issue which will then be reviewed by one of the core contributors.
10+
11+
- Make sure to always create a branch from `master` and check if it will merge cleanly before submitting your PR.
12+
- If your PR is not getting reviewed, feel free to `@` a core contributor in the comments or your PR.
13+
- Small commits are preferred but should be reasonable. (Don't put every text-change in an extra commit)
14+
- If possible, add test a test program to your PR. You can just include a pastebin code.

0 commit comments

Comments
 (0)