This repository is a frontend boilerplate for working with projects at ITK Design. The idea is to have some basic html and css/sass when creating a new website. You are welcome to clone and this if you find it useful.
- Break free (clone)
- Give back the love (fork)
So you want don't want anything to do with us? Hey don't feel bad, we totally understand!
This is simple, here's what you need to do
- Clone the repository
- That's it
So you have decided to keep an open mind and possibly deliver some pull requests back - huzzah!
Okay, here's what you need to do:
- Fork the repository to your project
- Create a new branch: git checkout -b boilerplate-pr
- Track remote branch: git remote add aakb-boilerplate git@github.com:aakb/frontend-boilerplate.git
- Push new branch: git push -u origin boilerplate-pr
- Use the new branch to send pull requests
This is the tricky part!
- Checkout pull request branch: git checkout boilerplate-pr
- Pull changes from aakb-boilerplate: git pull aakb-boilerplate development
- Cherry pick your changes: git cherry-pick
<SHA1>
- Push your changes: git push origin boilerplate-pr
- Go to http://github.com and create your pull request
Have fun and feel free to come with suggestions or improvements.