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
Thanks for taking the time to fill out a bug report!
10
+
11
+
If you're not sure it's a bug and you just have a question, the [community Slack channel](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ) is a better place for general questions than a GitHub issue.
12
+
13
+
- type: input
14
+
attributes:
15
+
label: Summary
16
+
description: A simple summary of your bug report
17
+
validations:
18
+
required: true
19
+
20
+
- type: textarea
21
+
attributes:
22
+
label: Reproduction Steps
23
+
description: >
24
+
What you did to make it happen.
25
+
Ideally there should be a short code snippet in this section to help reproduce the bug.
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
attributes:
31
+
label: Expected Results
32
+
description: >
33
+
What did you expect to happen?
34
+
validations:
35
+
required: true
36
+
37
+
- type: textarea
38
+
attributes:
39
+
label: Actual Results
40
+
description: >
41
+
What actually happened?
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
attributes:
47
+
label: System Information
48
+
description: >
49
+
Paste the result of `protoc --version; python --version; pip show betterproto` below.
50
+
validations:
51
+
required: true
52
+
53
+
- type: checkboxes
54
+
attributes:
55
+
label: Checklist
56
+
options:
57
+
- label: I have searched the issues for duplicates.
58
+
required: true
59
+
- label: I have shown the entire traceback, if possible.
60
+
required: true
61
+
- label: I have verified this issue occurs on the latest prelease of betterproto which can be installed using `pip install -U --pre betterproto`, if possible.
0 commit comments