-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update “Bug report” issue template, remove “Handle stale issues” work…
…flow, and more
- Loading branch information
1 parent
58d0584
commit 045f155
Showing
4 changed files
with
39 additions
and
50 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,34 @@ | ||
name: Bug report | ||
description: Report unexpected behavior. | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: How to reproduce | ||
description: Please provide a detailed description of how to reproduce the bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Observed behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Android version(s) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Vico version | ||
description: If you’re using an outdated version, please try updating Vico first. | ||
options: | ||
- Latest stable version | ||
- Latest unstable version | ||
- type: textarea | ||
attributes: | ||
label: Additional context |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Something else | ||
about: Please create a discussion. | ||
url: https://github.com/patrykandpatrick/vico/discussions/new/choose |
This file was deleted.
Oops, something went wrong.