Skip to content

Commit

Permalink
Get rid of assignment in issue template (#320)
Browse files Browse the repository at this point in the history
* Get rid of assignment in issue template

* Make prompts into html comments

* One more template update

* Title update
  • Loading branch information
cansavvy authored Nov 5, 2021
1 parent 566dd0e commit 53e5d48
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 42 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/course-content-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: New content idea
about: Suggest an idea for the course
title: ''
labels: ''
assignees: cansavvy
assignees:

---

**Describe the your scope of your content idea**
What will this cover and how does it relate to the current course material?
## Describe the your scope of your content idea
<!-- What will this cover and how does it relate to the current course material? -->

**Describe the learning objectives for your content idea**
What will users learn from this new content?
## Describe the learning objectives for your content idea
<!-- What will users learn from this new content? -->

**Additional context or resources**
Add any other context or related resources we should know about?
## Additional context or resources
<!-- Add any other context or related resources we should know about? -->
25 changes: 13 additions & 12 deletions .github/ISSUE_TEMPLATE/course-problem-report.md
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. -->
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/course-template-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ assignees: cansavvy

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
Add any other context or screenshots about the feature request here.
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/course-template-problem-report.md
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. -->

0 comments on commit 53e5d48

Please sign in to comment.