Skip to content

Commit b884b47

Browse files
authored
Merge pull request #26 from cmu-delphi/krivard/issue-templates
Add issue templates
2 parents 09c22b2 + 71fe1f6 commit b884b47

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: 🐛 Bug report
3+
about: If something isn't working as expected 🤔.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Actual Behavior:**
10+
11+
<!--A clear and concise description of what the bug is.-->
12+
13+
When I...
14+
15+
**Steps to Reproduce the Bug:**
16+
17+
<!--Steps to reproduce the behavior. Please copy paste the browser url as the first step-->
18+
19+
1. go to **PASTE BROWSER URL HERE**
20+
21+
**Expected behavior**
22+
23+
<!--A clear and concise description of what you expected to happen.-->
24+
25+
**Screenshots**
26+
27+
<!--If applicable, add screenshots to help explain your problem.-->
28+
29+
**Rating Scale (1 is minor, 7 is severe):**
30+
31+
<!-- -->
32+
33+
**Context**
34+
35+
- Browser:
36+
37+
**Additional context**
38+
39+
<!--Add any other context about the problem here.-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
---
8+
9+
<!--A clear and concise description of what feature you are missing.-->
10+
11+
It would be great if ...
12+
13+
**User story**
14+
15+
<!--Describe your problem, feature you are missing, and how you image to look like.-->
16+
17+
**Additional context**
18+
19+
<!--Add any other context or screenshots about the feature request here.-->

0 commit comments

Comments
 (0)