Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.51 KB

Welcome to GitHub 102

This repository publish a website that can be viewed at https://renana.github.io/github102-room-29/.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

What now?

Step 1: Setup your workspace

Fork the repository. If you plan to work on your computer clone the fork to your directory.

Step 2: Claim an Issue

Head over to the issues tab above and claim an issue. Wait for the issue to be assigned to you. This can be done by one of your team mates approving the assignment in a comment.

Step 3: Start a pull request

After finding a solution create a pull request and ask your team mates to review it. If approved and all previous steps completed you will be able to merge it to the repository.

Additional resources

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Linking other pages

[Example recipe](https://renana.github.io/github102-room-29/recipe-example)

Example recipe