Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

itk-dev/frontend-boilerplate

Repository files navigation

Frontend-boilerplate

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.

I want to (pun intended)

Clone

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

  1. Clone the repository
  2. That's it

Fork

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:

  1. Fork the repository to your project
  2. Create a new branch: git checkout -b boilerplate-pr
  3. Track remote branch: git remote add aakb-boilerplate git@github.com:aakb/frontend-boilerplate.git
  4. Push new branch: git push -u origin boilerplate-pr
  5. Use the new branch to send pull requests

Creating a pull request

This is the tricky part!

  1. Checkout pull request branch: git checkout boilerplate-pr
  2. Pull changes from aakb-boilerplate: git pull aakb-boilerplate development
  3. Cherry pick your changes: git cherry-pick <SHA1>
  4. Push your changes: git push origin boilerplate-pr
  5. Go to http://github.com and create your pull request

Have fun and feel free to come with suggestions or improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published