mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-24 04:05:12 +00:00
switch to github issue forms
This commit is contained in:
parent
a70d731ec4
commit
0db9faad94
5 changed files with 66 additions and 43 deletions
25
.github/ISSUE_TEMPLATE/bug-issue-template.md
vendored
25
.github/ISSUE_TEMPLATE/bug-issue-template.md
vendored
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
name: Bug issue template
|
||||
about: Vanced Manager Bug template
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please only open the issue if the following is true**
|
||||
- This is an issue in the Vanced Manager and ONLY Vanced Manager (NOT Youtube Vanced/Music/microG)
|
||||
|
||||
**Phone Specifications:**
|
||||
- Brand:
|
||||
- Operating System:
|
||||
- Android Version:
|
||||
- Vanced Manager Version:
|
||||
|
||||
**Please describe the problem you are having in as much detail as possible:**
|
||||
|
||||
|
||||
**Steps to reproduce:**
|
||||
|
||||
|
||||
**Further details:**
|
39
.github/ISSUE_TEMPLATE/bug-issue-template.yml
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug-issue-template.yml
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
assignees:
|
||||
- X1nto
|
||||
body:
|
||||
- type: textarea
|
||||
id: device-info
|
||||
attributes:
|
||||
label: Device
|
||||
description: What device are you using?
|
||||
value: |
|
||||
Device:
|
||||
Operating System:
|
||||
Android Version:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: manager-version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of Vanced Manager are you using?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: Describe the bug and how to reproduce it in as much detail as possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: is-manager-bug
|
||||
attributes:
|
||||
label: Additional checks
|
||||
options:
|
||||
- label: This is a bug in Vanced Manager and NOT YouTube Vanced/YouTube Vanced Music/Vanced microG.
|
||||
required: true
|
27
.github/ISSUE_TEMPLATE/feature-issue-template.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature-issue-template.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: Feature Request
|
||||
description: Request a feature
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
assignees:
|
||||
- X1nto
|
||||
body:
|
||||
- type: textarea
|
||||
id: suggestion
|
||||
attributes:
|
||||
label: Suggestion
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: suggestion-relevancy
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Why is this suggestion relevant?
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: is-manager-suggestion
|
||||
attributes:
|
||||
label: Additional checks
|
||||
options:
|
||||
- label: This is a suggestion for Vanced Manager and NOT YouTube Vanced/YouTube Vanced Music/Vanced microG.
|
||||
required: true
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
name: Feature Request Template
|
||||
about: Vanced Manager Feature Request Template
|
||||
title: ''
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please only open the issue if the following is true**
|
||||
- This is an issue in the Vanced Manager and ONLY Vanced Manager (NOT Youtube Vanced/Music/microG)
|
||||
|
||||
**Suggestion:**
|
||||
|
||||
**Why is this suggestion relevant?**
|
||||
|
||||
**Further details:**
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,5 @@ app/src/main/java/com/vanced/manager/core/base/DummyJava.java
|
|||
app/build/
|
||||
app/release
|
||||
local.properties
|
||||
/.github/
|
||||
*.iml
|
||||
.vscode/
|
||||
|
|
Loading…
Reference in a new issue