- All assignments in this repository are licensed CC BY-SA 4.0. Make sure you are comfortable with those license requirements before submitting an assignment.
- Fork the repository. To create a new fork:
- Find the
Fork
drop-down menu in the upper-right area of the repository page. - Click on the menu and select
Create a new fork
.
- Find the
- Add your assignment to the
_posts
folder.- The assignment should be in
md
format, with a header as described below.
- The assignment should be in
- Its filename should be in the following format:
YYYY-MM-DD-Title
- For
YYYY-MM-DD
, use the current date. - Make sure that
Title
is consistent with the title of the assignment in the body of its text.
- Once your assignment is ready, make a pull request to contribute it. To make a pull request:
- Go to your
github
fork of the repository. - Find the
Contribute
drop-down menu. - Click on the green button labeled
Open pull request
.
- Go to your
Below is an example header to use as a model:
---
tags:
- Operating Systems
- Easy
---
Add whatever tags you consider appropriate for your assignment. If you would like to suggest a new tag, please post an issue. Current tags include:
-
{% for tag in site.tags %}
- {{ tag | first }} {% endfor %}