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

Commit 009d1f6

Browse files
authored
Merge pull request #27 from githubtraining/prep-for-oss
Preparing this repo for OSS
2 parents 04e18d9 + 7a9d1b5 commit 009d1f6

File tree

5 files changed

+476
-10
lines changed

5 files changed

+476
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Is something not working as expected? Please help us improve!
4+
title: ''
5+
labels: 'bug'
6+
---
7+
8+
## Bug Report
9+
10+
**Current behavior**
11+
A clear and concise description of what the bug is (with screenshots).
12+
13+
**Reproduction**
14+
Steps to reproduce the behavior in the course:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Possible solution**
24+
If you have suggestions, we'd love to hear them. If not, that's ok too.
25+
26+
**Additional context**
27+
Add any other context about the problem here. If applicable, add screenshots to help explain.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request
3+
about: I have a suggestion... and may want to implement it!
4+
title: ''
5+
labels: 'enhancement'
6+
---
7+
8+
## Feature Request
9+
10+
**Describe the problem/friction you are trying to solve**
11+
A clear and concise description of what the problem is, e.g. I am always frustrated when...
12+
13+
**Describe your ideal solution**
14+
A clear and concise description of what you want to happen, ideally including code snippets to demonstrate usage examples.
15+
16+
Add any considered drawbacks.
17+
18+
**Describe alternatives you have considered**
19+
A clear and concise description of any alternative solutions or features you have considered.

0 commit comments

Comments
 (0)