Skip to content

BrickMMO/questions

Repository files navigation

Interview Questions

A collection of interview questions.

Note

All Markdown should follow the _readme guidelines.

This repo is available to view at
https://questions.codeadam.ca

Contributing

If you are contributing to these quesstions follow these steps:

  1. 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.
  2. Assign the new task to one of your group members and create a branch.
  3. 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
  1. Create a file names your-questions.markdown.
  2. Add your question and a link to the index.html page. A file named your-quesstion.markdown woudl have a link of /you-question.
  3. Using teh Shoelaces Question as a template, create a page for your question. Include the questions, images, and an answer (hidden using the summary tag.
  4. Add commit, and push using your branch name:
git add .
git commit -am "Added new shoelaces question"
git push origin shoelaces"
  1. Then return to the Questions Repo and submit a Pull Request.

Project Stack

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.


Repo Resources


About

Interview Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors