A collection of interview questions.
Note
All Markdown should follow the _readme guidelines.
This repo is available to view at
https://questions.codeadam.ca
If you are contributing to these quesstions follow these steps:
- Brainstorm a question your group would like to add to this resource. Once you have agreed on a question, inform your instructor so they can add a task to teh project.
- Assign the new task to one of your group members and create a branch.
- Clone the repo to you device, create a branch using the branch name from step two, and checkout the new branch:
git clone https://github.com/BrickMMO/questions.git
git branch shoelaces
git checkout shoelaces
git branch
- Create a file names
your-questions.markdown. - Add your question and a link to the
index.htmlpage. A file namedyour-quesstion.markdownwoudl have a link of/you-question. - Using teh Shoelaces Question as a template, create a page for your question. Include the questions, images, and an answer (hidden using the
summarytag. - Add commit, and push using your branch name:
git add .
git commit -am "Added new shoelaces question"
git push origin shoelaces"
- Then return to the Questions Repo and submit a Pull Request.
This project uses only basic HTML in Markdown files. This allows us to use basic HTML for our content and still include the GitHub default styling.
This repo is hosted using GitHub Pages.