Commit a7060ed 1 parent 0d884e4 commit a7060ed Copy full SHA for a7060ed
File tree 1 file changed +35
-3
lines changed
1 file changed +35
-3
lines changed Original file line number Diff line number Diff line change 30
30
- v2.0 - v2.8
31
31
- v2.9
32
32
- v2.10
33
- - nightly build
33
+ - development build (include version in what happened)
34
34
default : 0
35
35
validations :
36
36
required : true
@@ -51,10 +51,42 @@ body:
51
51
attributes :
52
52
label : What happened?
53
53
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.
56
57
validations :
57
58
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.
58
90
- type : dropdown
59
91
id : browsers
60
92
attributes :
You can’t perform that action at this time.
0 commit comments