Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.16 KB

ASCII Dojo (DAISY 2024)

"Master the art of code, one character at a time."

This repository is meant to train data science students (DAISY) in how to collaborate via GitHub.

Inspect in your browser

The Website is hosted through GitHub can be seen here.

Student instructions

Fork, clone, and edit:

  • Everyone in the course should fork the repository.
  • Clone the forked repository to have a local version to work in.
  • Append your ASCII art in the index.html file below the horizontal rule (<hr>). Ensure you also use the <pre> and </pre> tags. Feel free to create your own ASCII art or use any tool you like (such as this one).
  • Once done, please commit the changes and create a pull request to the original repository.

Code review & merging:

  • Team up with at least one other student and review each other's Pull Requests.
  • Ping the maintainer to have your code merged.