forked from rocketmo/feh-damage-calc
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Carl Jackson edited this page Jan 13, 2018
·
3 revisions
Quick and dirty because I'm leaving for a flight shortly.
To get started, clone the repository locally.
git clone https://github.com/winsomniak/kagero-calc/
When you want to do some work, create a new branch like this.
git checkout master
git fetch
git pull
git checkout -b branch-name
code code code
git add *
git commit -am "Fixed an obnoxious bug blah blah blah"
git push -u https://github.com/winsomniak/kagero-calc/
Now you just need to issue a pull request.
If you need help setting up testing, I'm not surprised. Theres some stuff missing here. Ask @Lorenzooone how they setup their test environment if you need help until I can come back to this.
Cheers,
-Winsomniak
Use this before submitting pull requests with changes to JSON to make sure there are no trailing commas or other issues. Thanks!