forked from UofT-DSI/shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request UofT-DSI#29 from UofT-DSI/miscellaneous
Miscellaneous Tasks.
- Loading branch information
Showing
10 changed files
with
89 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters