Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4a5f623f authored by Simon Chan's avatar Simon Chan
Browse files

chore: update issue template

parent 76c020b4
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: ya-webadb
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
+7 −2
Original line number Diff line number Diff line
@@ -11,19 +11,22 @@ body:
          required: true
        - label: For Scrcpy related issues, I have searched in [Genymobile/scrcpy](https://github.com/Genymobile/scrcpy/issues) repository.
          required: true

  - type: input
    attributes:
      label: Library version
      placeholder: 0.0.17
      placeholder: 0.0.21
    validations:
      required: true

  - type: input
    attributes:
      label: Runtime
      label: Environment
      description: Operating system, runtime name and version
      placeholder: e.g. macOS 13.0, Chrome 105
    validations:
      required: true

  - type: input
    attributes:
      label: Device
@@ -31,11 +34,13 @@ body:
      placeholder: e.g. Pixel 5, Android 12
    validations:
      required: true

  - type: textarea
    attributes:
      label: Describe the bug
    validations:
      required: true

  - type: textarea
    attributes:
      label: Steps to reproduce
+4 −0
Original line number Diff line number Diff line
@@ -3,3 +3,7 @@ contact_links:
  - name: Questions and Discussion
    url: https://github.com/yume-chan/ya-webadb/discussions/new
    about: Ask questions about usage or integration

  - name: Issue about Tango Web app
    url: https://github.com/yume-chan/tango-feedback/discussions/new
    about: Bug reports and features requests for the new Tango Web app
+0 −43
Original line number Diff line number Diff line
name: Demo Bug
description: File a bug in the official demo
labels:
  - "type:bug"
  - "domain: website"
body:
  - type: checkboxes
    attributes:
      label: Issue Checklist
      options:
        - label: I'm using the official demo at https://yume-chan.github.io/ya-webadb
          required: true
        - label: For Scrcpy related issues, I have searched in [Genymobile/scrcpy](https://github.com/Genymobile/scrcpy/issues) repository.
          required: true
  - type: input
    attributes:
      label: Runtime
      description: Operating system, runtime name and version
      placeholder: e.g. macOS 13.0, Chrome 105
    validations:
      required: true
  - type: input
    attributes:
      label: Device
      description: Device model and Android version
      placeholder: e.g. Pixel 5, Android 12
    validations:
      required: true
  - type: textarea
    attributes:
      label: Describe the bug
      description: If applicable, add screenshots to help explain your problem.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Steps to reproduce
      value: |
        1.
        2.
        3.
    validations:
      required: true
+0 −20
Original line number Diff line number Diff line
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "type:enhancement"
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading