Contribution
Website
fork skinny-framework.github.io project
Fork https://github.com/skinny-framework/skinny-framework.github.io.
change under the website directory
How to debug:
git clone [your forked repository].
cd skinny-framework.github.io
gem install bundler
bundle install
bundle exec middleman server
Access http://localhost:4567
from your browser.
make a pull request
Create a branch to request, and send your pull request to develop
branch (not master
branch).
Libraries
fork skinny-framework project
Fork https://github.com/skinny-framework/skinny-framework.
git clone [your forked repository].
modify and write tests
Modify code & write test.
run all the existing tests
Run all the tests at least with H2 database.
rm -rf db/example-test*
./skinny db:migrate test
sbt test
make a pull request
Create a branch to request, and send your pull request to develop
branch (not master
branch).
If you find a typo or mistake in this page, please report or fix it. How?