File tree 2 files changed +47
-0
lines changed
2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments