-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from mc-cc-scripts/contributing
add contributing.md
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 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). | ||
|
||
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. | ||
- 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. |