-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Bug Report | ||
description: Encountered an issue? File a bug report! | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! To get off to a good start, make sure to: | ||
* Search if there is an existing issue on the topic | ||
* Get familiar with the [contributing guidelines](https://github.com/AssemblyScript/assemblyscript/blob/main/CONTRIBUTING.md) | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug description | ||
description: What happened? What was the expected behavior? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
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). | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: AssemblyScript version | ||
description: "What's the AssemblyScript version used?" | ||
placeholder: "vX.Y.Z" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Feature suggestion | ||
description: Got a neat idea? File a feature suggestion! | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature suggestion! To get off to a good start, make sure to: | ||
* Search if there is an existing issue on the topic | ||
* See if the feature is mentioned at [implementation status](https://www.assemblyscript.org/status.html) | ||
* Get familiar with the [contributing guidelines](https://github.com/AssemblyScript/assemblyscript/blob/main/CONTRIBUTING.md) | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Feature suggestion | ||
description: Please describe the feature you'd like to suggest. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Ask a question | ||
description: Wondering how to achieve something specific? Ask a question! | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To get off to a good start, make sure to: | ||
* Consider asking questions on our [community Discord](https://discord.gg/assemblyscript) instead | ||
* Search if there is an existing issue on the topic | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Question | ||
description: What would you like to know? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters