You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Also tell us, what did you expect to happen?
26
+
placeholder: Tell us what you see!
27
+
value: "A bug happened!"
28
+
validations:
29
+
required: true
30
+
- type: input
31
+
id: version
32
+
attributes:
33
+
label: Version
34
+
description: What version of the library are you running?
35
+
default: 1.0.1
36
+
validations:
37
+
required: true
38
+
- type: dropdown
39
+
id: hardware
40
+
attributes:
41
+
label: What hardware are you seeing the problem on?
42
+
multiple: true
43
+
options:
44
+
- ESP32
45
+
- ESP8266
46
+
- RP2040
47
+
- Something else
48
+
- type: input
49
+
id: other_hardware
50
+
attributes:
51
+
label: Other hardware
52
+
description: If you're using something other than the ones in the list above, please put it here
53
+
default: 1.0.1
54
+
validations:
55
+
required: false
56
+
- type: textarea
57
+
id: logs
58
+
attributes:
59
+
label: Relevant log output
60
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
61
+
render: shell
62
+
- type: checkboxes
63
+
id: terms
64
+
attributes:
65
+
label: Code of Conduct
66
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/proffalken/otel-embedded-cpp/blob/main/CODE_OF_CONDUCT).
67
+
options:
68
+
- label: I agree to follow this project's Code of Conduct
description: If you're using something other than the ones in the list above, please put it here
45
+
validations:
46
+
required: false
47
+
- type: textarea
48
+
id: other info
49
+
attributes:
50
+
label: What else can you tell us to help us implement this?
51
+
description: Is there another project that does similar things? Do you have example code? Please post it here!
52
+
render: shell
53
+
- type: checkboxes
54
+
id: terms
55
+
attributes:
56
+
label: Code of Conduct
57
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/proffalken/otel-embedded-cpp/blob/main/CODE_OF_CONDUCT).
58
+
options:
59
+
- label: I agree to follow this project's Code of Conduct
0 commit comments