Skip to content

Commit

Permalink
Merge pull request UofT-DSI#29 from UofT-DSI/miscellaneous
Browse files Browse the repository at this point in the history
Miscellaneous Tasks.
  • Loading branch information
curtissfnorman authored Apr 23, 2024
2 parents 5487557 + f179d24 commit 21ef784
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 5 deletions.
46 changes: 46 additions & 0 deletions .github/issue_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: Report a bug
title: "[Bug]: "
labels: ["bug"]
assignees:
- danielrazavi
- rohanalexander
body:
- type: markdown
attributes:
value: |
Please fill out the sections below to help everyone identify and fix the bug
- type: textarea
id: description
attributes:
label: Describe your issue
placeholder: When I click here this happens
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
placeholder: |
1. Go to page X
2. Click here
3. Click there
validations:
required: true
- type: textarea
id: expected
attributes:
label: What was the expected result?
placeholder: I expected this to happen
- type: textarea
id: screenshots
attributes:
label: Put here any screenshots or videos (optional)
- type: textarea
id: assignee
attributes:
label: Put here the code owner you'd like to review this issue.
- type: markdown
attributes:
value: |
Thanks for reporting this issue! We will get back to you as soon as possible.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

## What did you learn from the changes you have made?

## Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

## Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

## How were these changes tested?

## A reference to a related issue in your repository (if applicable)

## @mentions of the person or team responsible for reviewing proposed changes (At least 2 people)
-

## Checklist
- [ ] I can confirm that my changes are working as intended
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
./04_instructors/lessons/pdf/*
./04_instructors/lessons/html/*
.vscode/
./04_instructional_team/lessons/pdf/*
./04_instructional_team/lessons/html/*
20 changes: 20 additions & 0 deletions 02_assignments/assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,23 @@ You are stuck in a virtual room and can only leave if you figure out the passwor
|Criteria|Pass|Fail|
|---|---|---|
|Secret Password|The user properly used the proper bash commands to find the secret password.|The user did not properly used the proper bash commands to find the secret password.|

## Submission Information

🚨**Please review our [Assignment Submission Guide](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md)**🚨 for detailed instructions on how to format, branch, and submit your work. Following these guidelines is crucial for your submissions to be evaluated correctly.

### Submission Parameters:
* Submission Due Date: `HH:MM AM/PM - DD/MM/YYYY`
* The branch name for your repo should be: `assignment`
* What to submit for this assignment:
* This markdown file (assignment.md) should be populated and should be the only change in your pull request.
* What the pull request link should look like for this assignment: `https://github.com/<your_github_username>/shell/pull/<pr_id>`
* Open a private window in your browser. Copy and paste the link to your pull request into the address bar. Make sure you can see your pull request properly. This helps the technical facilitator and learning support staff review your submission easily.

Checklist:
- [ ] Create a branch called `assignment`.
- [ ] Ensure that the repository is public.
- [ ] Review [the PR description guidelines](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md#guidelines-for-pull-request-descriptions) and adhere to them.
- [ ] Verify that the link is accessible in a private browser window.

If you encounter any difficulties or have questions, please don't hesitate to reach out to our team via our Slack at `#cohort-3-help`. Our Technical Facilitators and Learning Support staff are here to help you navigate any challenges.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Participants are encouraged to engage actively during the learning module. They

||Day 1|Day 2|Day 3|Day 4|Day 5|
|---|---|---|---|---|---|
|Week 1|Live Learning Session 1 (Shell)|Live Learning Session 2 (Shell)|Live Learning Session 3 ([Git & Github](https://github.com/UofT-DSI/git))|Work Period 1|Work Period 2|
|Week 1|Live Learning Session 1 (Shell)|Live Learning Session 2 (Shell)|Live Learning Session 3 ([Git & GitHub](https://github.com/UofT-DSI/git))|Work Period 1|Work Period 2|

## Requirements

Expand All @@ -84,7 +84,7 @@ Feel free to use the following as resources:
- [Bash in 100 seconds](https://www.youtube.com/watch?v=I4EWvMFj37g)

### How to get help
![image](/steps_to_ask_for_help.png)
![image](./steps_to_ask_for_help.png)

<hr>

Expand All @@ -95,7 +95,7 @@ Below is an outline of the folder structure for this module:
├── 01_slides
├── 02_assignments
├── 03_homework
├── 04_instructors
├── 04_instructional_team
├── LICENSE
├── README.md
└── steps_to_ask_for_help.png
Expand Down

0 comments on commit 21ef784

Please sign in to comment.