Checkout wiki for motivation.
- The
master
branch will serve for development purpose. Send PRs from feature branches, notmaster
. Successful PRs can be merged tomaster
. - Build and run the static site locally only after checking out to
master
. - Only things in the
gh-pages
branch will show up on the website. Be careful on adding files togh-pages
. Files likeREADME.md
should never go ongh-pages
as it can be accessed publicly. - Before KWoC commences a coming soon page should be live. When KWoC starts, this should be moved to
coming-soon
branch and things from themaster
branch should come ongh-pages
. - Configure Travis CI by considering this
master
->gh-pages
flow.