Skip to content

Commit 8ff5f6e

Browse files
committed
add more fields to bug issue template
Signed-off-by: Gerard Hickey <[email protected]>
1 parent 5e9c8f6 commit 8ff5f6e

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

+35-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
- v2.0 - v2.8
3131
- v2.9
3232
- v2.10
33-
- nightly build
33+
- development build (include version in what happened)
3434
default: 0
3535
validations:
3636
required: true
@@ -51,10 +51,42 @@ body:
5151
attributes:
5252
label: What happened?
5353
description: Also tell us, what did you expect to happen?
54-
placeholder: Tell us what you see!
55-
value: "A bug happened!"
54+
placeholder: |
55+
Describe to the best of your ability what happened or what you
56+
did to trigger the problem.
5657
validations:
5758
required: true
59+
- type: textarea
60+
id: config
61+
attributes:
62+
label: MeshChat configuration
63+
description: |
64+
If you are the admin of the MeshChat instance, it is asked that
65+
you past your MeshChat configuration file between the back ticks
66+
to aid in troubleshooting.
67+
value: |
68+
```
69+
<Insert config file here>
70+
```
71+
- type: dropdown
72+
id: connection_type
73+
attributes:
74+
label: Connection type
75+
multiple: false
76+
description: |
77+
How is the node that is running the MeshChat instance connected?
78+
If you know the mesh network that the node is connected to please
79+
indicate the name of the mesh network below in the node name field.
80+
options:
81+
- Non-connected mesh network
82+
- Mesh network connected through IP tunnel
83+
- Mesh network connected through a supernode
84+
- I don't know
85+
- type: input
86+
id: node_name
87+
attributes:
88+
label: Node name
89+
description: Please specify the node name where MeshChat runs.
5890
- type: dropdown
5991
id: browsers
6092
attributes:

0 commit comments

Comments
 (0)