Skip to content

Commit 199f03c

Browse files
📝 Add issue templates (#138)
1 parent 224c5c4 commit 199f03c

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Something going wrong? File a bug report!
4+
title: ''
5+
labels: bug
6+
assignees: nicoverbruggen
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
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+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Required information**
27+
- Did you consult the FAQ in the README? [yes/no]
28+
- Did you try "Fix My Valet"? [yes/no]
29+
- OS: [e.g. macOS Monterey]
30+
- PHP Monitor version [e.g. v5.0.1]
31+
32+
**Additional context**
33+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an enhancement.
4+
title: ''
5+
labels: enhancement
6+
assignees: nicoverbruggen
7+
8+
---
9+
10+
_Enhancement requests that are not immediately approved will be moved to a discussion instead._
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)