Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

50 lines (30 loc) · 1.67 KB

Adding to this repo

Use the normal GitHub workflow to add your files to this repo

On research day:

  1. Add a new folder to this repo with the appropriate name: week-1, week-2, etc.

  2. Add your markdown file and update the README.md with a link.
    Do not merge a pull request if the README.md is not updated accordingly 😉

Week 1

Command line and Git & GitHub:
Name your file sensibly, and you won't have to alter the README.md.

Accessibility and CSS:
Replace each "link-to-published-site" and "link-to-commit" with:

  • Chosen website - the hosted version of the website you have chosen to work on

  • Before - the github repo for this website as it was on the commit before changes were made

  • After - the github repo as it was on the commit after changes were made

Note: Check below if you're not sure how to link to a particular commit in your history.

Week 2

You may not need to alter the README.md, but make sure you udpate the link if necessary.

Week 3 +

Follow the structure used for week 2 in the readme

Add the bullet points from the relevant research-afternoon.md in the master-reference repo

Add a link to your markdown file

Commit History

  1. Go to your repo in GitHub (the master branch)

  2. Go to your commit history

  3. Find the commit you want to link to, and click on the < > icon to "browse the repository at this point in the history"

  4. Copy the url

  5. Paste this link into this repo's README.md