diff --git a/01 - General/.gitkeep b/01 - General/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/02 - HTML/.gitkeep b/02 - HTML/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/03 - CSS/.gitkeep b/03 - CSS/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/04 - JS/.gitkeep b/04 - JS/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/05 - Accessibility/.gitkeep b/05 - Accessibility/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/06 - Testing/.gitkeep b/06 - Testing/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/07 - Performance/.gitkeep b/07 - Performance/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/08 - Network/.gitkeep b/08 - Network/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/09 - Coding/.gitkeep b/09 - Coding/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/10 - Fun/.gitkeep b/10 - Fun/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 0759dcf..5dc0eff 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# git-flow-exercise \ No newline at end of file +# Git Workflow Exercise +For this exercise we will use [Github Flow](https://guides.github.com/introduction/flow/), a modified, lightweight version of [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow). + +## Instructions +This repo contains answers to the collection of [Frontend Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions#front-end-job-interview-questions) by the developers behind [H5BP](https://html5boilerplate.com/). + +1. Clone this repository. + +2. Choose an interview question to answer from [Frontend Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions#front-end-job-interview-questions) + +3. Create and push a new feature branch that is named adequately to inform your team of which question you have chosen to answer. + +4. In the appropriate folder of your feature branch, create a [Markdown](https://guides.github.com/features/mastering-markdown/) file that contains the answer to your chosen question. The file should be named in the following format: `complete-text-of-question.md` + +5. Once you are finished, commit your changes and push your feature branch to the repository. + +6. Follow the instructions for submitting a pull request. \ No newline at end of file