Skip to content

Commit

Permalink
Update “Bug report” issue template, remove “Handle stale issues” work…
Browse files Browse the repository at this point in the history
…flow, and more
  • Loading branch information
patrickmichalik committed Oct 7, 2023
1 parent 58d0584 commit 045f155
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 50 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

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: Something else
about: Please create a discussion.
url: https://github.com/patrykandpatrick/vico/discussions/new/choose
16 changes: 0 additions & 16 deletions .github/workflows/handle-stale-issues.yml

This file was deleted.

0 comments on commit 045f155

Please sign in to comment.