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

Commit 0e18e68f authored by Simon Chan's avatar Simon Chan
Browse files

chore: update bug template

parent ab9096a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
blank_issues_enabled: false
contact_links:
  - name: Questions and Discussion
    url: https://github.com/yume-chan/ya-webadb/discussions/new
    about: Ask questions about usage or integration
+6 −6
Original line number Diff line number Diff line
name: Bug Report
description: File a bug when using the library programmatically
description: File a bug in the library
labels:
  - bug
body:
  - type: markdown
  - type: checkboxes
    attributes:
      value: |
        Only use this template if you are using the library programmatically.

        For bug about the official demo, use the "Demo Bug" template.
      label: Issue Checklist
      options:
        - label: I'm using the library programmatically
          required: true
  - type: input
    attributes:
      label: Library version
+0 −44
Original line number Diff line number Diff line
---
name: Demo bug
about: File a bug when using the official demo website
title: ''
labels:
  - bug
  - demo
assignees: ''

---

<!--

Note: for issues about the demo website, make sure you are using the official one: https://yume-chan.github.io/ya-webadb/

-->

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
 - OS: [e.g. Windows]
 - Runtime [e.g. Node.js, Chrome]
 - Version [e.g. 89]

**Connected device**
 - Device: [e.g. Pixel 5]
 - Android Version: [e.g. 11]

**Additional context**
Add any other context about the problem here.
+41 −0
Original line number Diff line number Diff line
name: Demo Bug
description: File a bug in the official demo
labels:
  - bug
  - demo
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
  - type: input
    attributes:
      label: Runtime
      description: Operating system, runtime name and version
      placeholder: e.g. macOS 12.1, Chrome 99
    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