Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Aug 27, 2023
1 parent 76c020b commit 4a5f623
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 77 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
# 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']
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,36 @@ 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
description: Device model and Android version
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
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/demo_bug.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Suggestion
description: Suggest a new feature or improvement
labels:
- "type:enhancement"
title: "[Suggestion] "
body:
- type: checkboxes
attributes:
label: Pre-issue checklist
options:
- label: I've searched the issue list but couldn't find the feature I want
required: true

- type: textarea
attributes:
label: How can Tango be improved?
description: Please describe the feature you want in detail.
validations:
required: true

- type: textarea
attributes:
label: How should the API change?
description: How do you think the API should change to support your suggestion?
validations:
required: true

- type: textarea
attributes:
label: (Optional) Other information
description: If you have any documentations or references about your suggestion, please include them here. These can help us implement your suggestion faster.

1 comment on commit 4a5f623

@vercel
Copy link

@vercel vercel bot commented on 4a5f623 Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.