Skip to content

Commit da8b200

Browse files
committed
Merge branch 'master' of github.com:pizzamig/pot
2 parents a8313f9 + 0e54af2 commit da8b200

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Report a bug you found
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
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. Create the `pot` with this command: '...'
16+
2. Run this command: '...'
17+
3. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**System configuration - if possible**
23+
- `/usr/local/etc/pot/pot.conf`
24+
25+
** If network related **
26+
- `cat /etc/pf.conf`
27+
- `potnet show -v`
28+
29+
**Additional context**
30+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: A nice to have
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the feature you'd like to have**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe potential alternatives or workaround you've considered (if any)**
17+
A clear and concise description of any alternative solutions or workaround you've considered.

0 commit comments

Comments
 (0)