This is the official GitHub page for Sounds Cool!
###Compiling (with ForgeGradle)
- Get a fresh install of ForgeGradle
- Put the
java
andresources
folders inForgeGradleDir/src/main
(delete the folders that are already in there) - Open a commandprompt in your ForgeGradle folder and execute this:
gradlew build
- Find your fresh copy of Sounds Cool in
ForgeGradleDir/build/libs
!
###Contributing ####Submitting a Pull Request
- If you haven't already, create a Github account.
- Click the
Fork
icon at the top-right of this page (below your username). - Make the changes that you want to.
- Click
Pull Request
at the right-hand side of the gray bar directly below your fork's name. - Click
Click to create a pull request for this comparison
, enter your PR's title, and make a description of what's changed. - Click
Send pull request
, and you're done!
####Creating an issue
- Go to the issues page.
- Click
New Issue
right belowStar
andFork
. - Enter your Issue's title (something that summarizes your issue), and then create a detailed description.
- Click
Submit new issue
, and you're done!