-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
3868596
commit 390d67b
Showing
3 changed files
with
133 additions
and
44 deletions.
There are no files selected for viewing
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,128 @@ | ||
name: ⚠️ Bug Report | ||
description: Report a bug on Zstandard | ||
title: "[PLUGIN_PLATFORM_HERE]: <YOUR TITLE HERE>" | ||
labels: ["Needs Attention", "type: bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: | | ||
Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues. | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
- type: dropdown | ||
id: plugins | ||
attributes: | ||
label: Which plugins are affected? | ||
multiple: true | ||
options: | ||
- Zstandard | ||
- Zstandard Android | ||
- Zstandard iOS | ||
- Zstandard Web | ||
- Zstandard macOS | ||
- Zstandard Windows | ||
- Zstandard Linux | ||
- Zstandard CLI | ||
|
||
- type: dropdown | ||
id: platforms | ||
attributes: | ||
label: Which platforms are affected? | ||
multiple: true | ||
options: | ||
- Android | ||
- iOS | ||
- macOS | ||
- Web | ||
- Windows | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe the issue. Explain what you _expected_ to happen and what | ||
_actually_ happened. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproducing the issue | ||
description: | | ||
Please provide either **steps to reproduce** or a [**minimal reproducible example**](https://stackoverflow.com/help/minimal-reproducible-example). | ||
Providing a minimal reproducible example will help us triage your issue | ||
faster. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
- type: input | ||
attributes: | ||
label: Flutter Version | ||
description: What version of Flutter is being used? | ||
placeholder: "3.19.0" | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
- type: textarea | ||
attributes: | ||
label: Relevant Log Output | ||
description: | | ||
Please copy and paste any relevant log output. | ||
placeholder: | | ||
Paste your logs here. Please redact any personally identifiable | ||
information. This will be automatically formatted into code, so no | ||
need for backticks. | ||
render: shell | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Flutter dependencies | ||
description: Seeing your dependencies can help us debug versioning issues. | ||
value: | | ||
<!--- Look below for instructions on how to share your Flutter Dependencies. ---> | ||
<details> | ||
<summary>Expand <code>Flutter dependencies</code> snippet</summary> | ||
<br> | ||
```yaml | ||
Replace this line with the contents of your `flutter pub deps -- --style=compact`. | ||
``` | ||
</details> | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: comments | ||
attributes: | ||
label: Additional context and comments | ||
description: | | ||
Anything else you want to add for this issue? |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Documentation | ||
url: https://github.com/landamessenger/zstandard/wiki | ||
about: Check the documentation before opening new issues. |
This file was deleted.
Oops, something went wrong.