Skip to content

Commit

Permalink
Update issue and discussion forms
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalik committed Jan 28, 2025
1 parent 734b115 commit 8fff61b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 11 deletions.
34 changes: 29 additions & 5 deletions .github/DISCUSSION_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,37 @@ body:
label: Question
validations:
required: true
- type: input
- type: dropdown
attributes:
label: Vico version(s)
label: Module(s)
description: >
Leave this empty only if the question doesn’t concern a specific module or a set thereof.
multiple: true
options:
- compose
- compose-m2
- compose-m3
- multiplatform
- views
- type: dropdown
attributes:
label: UI framework(s)
label: Platform(s)
description: >
Leave this empty only if the question doesn’t concern a specific platform or a set thereof.
multiple: true
options:
- Jetpack Compose
- Views
- Android
- iOS
- type: input
attributes:
label: Platform version(s)
description: >
Leave this empty only if the question doesn’t concern a specific platform version or a set
thereof.
- type: input
attributes:
label: Vico version(s)
description: >
Support is provided only for versions released within the last year; for older versions,
update Vico first. Leave this empty only if the question doesn’t concern a specific version
or a set thereof.
41 changes: 35 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ name: Bug
description: Report incorrect behavior.
labels: ["bug"]
body:
- type: textarea
attributes:
label: Example
description: >
Provide either a minimal reproducible example or the name of an affected sample chart.
validations:
required: true
- type: textarea
attributes:
label: How to reproduce
description: Please provide a detailed description of how to reproduce the bug.
description: Describe how to reproduce the bug using the example.
validations:
required: true
- type: textarea
Expand All @@ -20,17 +27,39 @@ body:
required: true
- type: dropdown
attributes:
label: Vico version(s)
description: If you’re using an outdated version, please try updating Vico first.
label: Module(s)
multiple: true
options:
- 2.0.0
- 1.16.1
- compose
- compose-m2
- compose-m3
- multiplatform
- views
validations:
required: true
- type: dropdown
attributes:
label: Platform(s)
multiple: true
options:
- Android
- iOS
validations:
required: true
- type: input
attributes:
label: Android version(s)
label: Platform version(s)
validations:
required: true
- type: dropdown
attributes:
label: Vico version(s)
description: For outdated versions, try updating Vico first.
multiple: true
options:
- 2.0.1
- 2.1.0-alpha.2
- 1.16.1
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 8fff61b

Please sign in to comment.