Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Bug report for course repo
Browse files Browse the repository at this point in the history
  • Loading branch information
crichID authored Aug 11, 2019
1 parent 41de269 commit b5f1331
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,27 @@
---
name: Bug Report
about: Is something not working as expected? Let us know to help us improve!
about: Is something not working as expected? Please help us improve!
title: ''
labels: 'bug'
---

## Bug Report

**Current behavior**
A clear and concise description of what the bug is (with optional code snippets).

<!--
Faulty step flow?
```yaml
- type: createIssue
title: Title of the issue
body: issue-body.md
comments:
- issue-comment.md
```
Faulty JavaScript?
```js
// Your code here
```
-->
A clear and concise description of what the bug is (with screenshots).

**Reproduction**
Steps to reproduce the behavior in GitHub Learning Lab:
Steps to reproduce the behavior in the course:
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 (with optional code snippets).
A clear and concise description of what you expected to happen.

**Possible solution**
<!--- Only if you have suggestions on a fix for the bug -->
If you have suggestions, we'd love to hear them. If not, that's ok too.

**Additional context**
Add any other context about the problem here. If applicable, add screenshots to help explain.

0 comments on commit b5f1331

Please sign in to comment.