-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of assignment in issue template (#320)
* Get rid of assignment in issue template * Make prompts into html comments * One more template update * Title update
- Loading branch information
Showing
4 changed files
with
43 additions
and
42 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
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,27 +1,28 @@ | ||
--- | ||
name: Course Problem Report | ||
about: Create a report to help improve the course | ||
title: problem | ||
title: [Problem] | ||
labels: bug | ||
assignees: cansavvy | ||
assignees: | ||
|
||
--- | ||
|
||
**Describe what is not working with the course** | ||
A clear and concise description of what the bug is. | ||
## Describe what is not working with the course | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
## Steps to Reproduce | ||
<!-- Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
## Expected behavior | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
## Screenshots | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
## Additional context | ||
<!-- Add any other context about the problem here. --> |
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
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,32 +1,32 @@ | ||
--- | ||
name: Course Template Problem Report | ||
about: Create a report to help improve the template and its documentation | ||
title: problem | ||
title: [Problem] | ||
labels: bug | ||
assignees: cansavvy | ||
|
||
--- | ||
|
||
**Describe what is not working with the template or is unclear in the documentation** | ||
A clear and concise description of what the bug is. | ||
## Describe what is not working with the template or is unclear in the documentation | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**Please link to the specific course repository you are working on** | ||
## Please link to the specific course repository you are working on | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
## To Reproduce | ||
<!-- Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
4. See error --> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
## Expected behavior | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Github actions links** | ||
If applicable please link to the Github actions that has failed | ||
## Github actions links | ||
<!-- If applicable please link to the Github actions that has failed. --> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
## Screenshots | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
## Additional context | ||
<!-- Add any other context about the problem here. --> |