Skip to content

Commit 8ccf198

Browse files
committed
Add issue templates
1 parent 78d6d9f commit 8ccf198

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Bug Report"
3+
description: "Report a bug or unexpected behavior in DerTown."
4+
title: "[Bug] <brief description>"
5+
labels: [bug]
6+
assignees: []
7+
---
8+
9+
## Describe the bug or other issue
10+
11+
A clear and concise description of what the issue is.
12+
13+
### What happened vs what should have happened?
14+
15+
*Sometimes its easiest to show the problem with screen-shots.*
16+
17+
## Describe your browsing environment
18+
19+
*This helps us fix it.*
20+
21+
- OS: [e.g. iOS]
22+
- Browser [e.g. chrome, safari]
23+
- Version [e.g. 22]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Feature Request"
3+
description: "Suggest a new feature or enhancement for DerTown."
4+
title: "[Feature] <brief description>"
5+
labels: [enhancement]
6+
assignees: []
7+
---
8+
9+
## Is your feature request related to a problem or an opportunity? If so, please describe
10+
11+
*A clear and concise description of what the problem is. Ex: I'm always frustrated when [...], I've always wished that I could [...]*
12+
13+
## Describe the solution you'd like
14+
15+
*Have a thought on what you'd like the solution to be?.*

0 commit comments

Comments
 (0)