Link to contributing for PR section

This commit is contained in:
Aikar 2016-03-29 00:07:27 -04:00
parent 08c9934f83
commit 77663e58d9
1 changed files with 1 additions and 16 deletions

View File

@ -31,22 +31,7 @@ Leave off --jar if you only wish to resync your checkout and not create a paperc
How To (Pull Request)
------
Clone this repo, run `./build.sh` from *bash*, get files.
Load Paper-API and Paper-Server into your IDE, make changes.
Commit your changes in each retrospective folder.
If you are editing a previous patch, commit, and then use `git rebase -i upstream/upstream`
and then move your commit line to the commit you are editing and use code "f" or "s"
Once your commit is in place, cd back into Paper folder, and type `./rebuildPatches.sh`
You should now see either a new patch or an edited patch in your `git status`
Now, write a commit message for the patch files. For new patches, you can just repeat the commit message used in the patch commit itself, but if editing, explain what the change to the patch is.
now `git checkout -b someBranchName`, then `git remote add myorigin git@github.com:myname/Paper` and `git push myorigin someBranchName` and then proceed to PR.
See [Contributing](CONTRIBUTING.md)
Special Thanks To:
-------------