Skip to content

Commit 472bf79

Browse files
committed
Create README.md
[ci skip]
1 parent 8e988d0 commit 472bf79

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Structured Crafting
2+
3+
[![Build Status](https://travis-ci.org/CyclopsMC/StructuredCrafting.svg?branch=master-1.8)](https://travis-ci.org/CyclopsMC/StructuredCrafting)
4+
5+
### Contributing
6+
* Before submitting a pull request containing a new feature, please discuss this first with one of the lead developers.
7+
* When fixing an accepted bug, make sure to declare this in the issue so that no duplicate fixes exist.
8+
* All code must comply to our coding conventions, be clean and must be well documented.
9+
10+
### Issues
11+
* All bug reports and other issues are appreciated. If the issue is a crash, please include the FULL Forge log.
12+
* Before submission, first check for duplicates, including already closed issues since those can then be re-opened.
13+
14+
### Branching Strategy
15+
16+
For every major Minecraft version, two branches exist:
17+
18+
* `master-{mc_version}`: Latest (potentially unstable) development.
19+
* `release-{mc_version}`: Latest stable release for that Minecraft version. This is also tagged with all mod releases.
20+
21+
### License
22+
All code and images are licensed under the [MIT License](https://github.com/CyclopsMC/StructuredCrafting/blob/master-1.8/LICENSE.txt)

0 commit comments

Comments
 (0)