Home - woodstockcs/support GitHub Wiki
Hello
Welcome to the support wiki for Woodstock Computer Science. This is a set of support materials -- "how to" instructions and videos -- for tasks and topics that students encounter while studying Computer Science and Programming at Woodstock. All students are encouraged (and sometimes required :sob:) to be both readers and writers of this wiki.
How to contribute to this wiki
- To contribute to the wiki you must be logged in to an account on github. If you don't have an account, you'll find instructions for how to create one here.
- Once you are logged in, return to this wiki home page here.
- There is one page for each topic. Most of the time when you make a contribution, you will be adding things to existing pages. (so you generally shouldn't need to click the
New Page
button). Look at the list of pages on the right sidebar and click the page you'd like to add to. - Click the
Edit
button in the upper right area of the page. - Scroll to the part of the page where you'd like to make your contribution.
- Make a new header by clicking the
h2
button or simply typing##
, then typing the header name. - Write your instructions. All pages are written with a simple formatting code called Markdown. :confused: To see what Markdown looks like, just put this page in edit mode, and toggle back and forth between the
Write
andPreview
tabs. Also use this reference doc.
Want to add an image or a video? Go to the github
page on the right sidebar and read the 'how to' instructions there!