Skip to content

Commit

Permalink
feature: issues and prs
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 10, 2024
1 parent 3868596 commit 390d67b
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 44 deletions.
128 changes: 128 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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?
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/template.md

This file was deleted.

0 comments on commit 390d67b

Please sign in to comment.