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: Encountered an issue? File a bug report!
3
+
labels: [bug]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for taking the time to fill out this bug report! To get off to a good start, make sure to:
9
+
* Search if there is an existing issue on the topic
10
+
* Get familiar with the [contributing guidelines](https://github.com/AssemblyScript/assemblyscript/blob/main/CONTRIBUTING.md)
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Bug description
15
+
description: What happened? What was the expected behavior?
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
id: reproduction
20
+
attributes:
21
+
label: Steps to reproduce
22
+
description: |
23
+
How can the issue be reproduced? A minimum example is best. Tip: Use [code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
24
+
validations:
25
+
required: true
26
+
- type: input
27
+
id: version
28
+
attributes:
29
+
label: AssemblyScript version
30
+
description: "What's the AssemblyScript version used?"
0 commit comments