Skip to content

Commit

Permalink
Change issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kitadai31 committed Sep 12, 2023
1 parent eaf9129 commit 7d48ba8
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 258 deletions.
177 changes: 116 additions & 61 deletions .github/ISSUE_TEMPLATE/bug-issue.yml
Original file line number Diff line number Diff line change
@@ -1,61 +1,116 @@
name: 🐞 Bug report
description: Create a new bug report.
title: 'bug: <title>'
labels: [bug]
body:
- type: markdown
attributes:
value: |
# ReVanced Manager bug report
Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
- type: textarea
attributes:
label: Bug description
description: |
- Describe your bug in detail
- Add steps to reproduce the bug if possible (Step 1. Download some files. Step 2. ...)
- Add images and videos if possible
- List selected patches if applicable
validations:
required: true
- type: textarea
attributes:
label: Version of ReVanced Manager and version & name of application you tried to patch
validations:
required: true
- type: dropdown
attributes:
label: Installation type
options:
- Non-root
- Root
validations:
required: false
- type: textarea
attributes:
label: Device logs
description: Export logs in ReVanced Manager settings.
render: shell
validations:
required: true
- type: textarea
attributes:
label: Patcher logs
description: Export logs in "Patcher" screen.
render: shell
validations:
required: false
- type: checkboxes
attributes:
label: Acknowledgements
description: Your issue will be closed if you don't follow the checklist below!
options:
- label: This request is not a duplicate of an existing issue.
required: true
- label: I have chosen an appropriate title.
required: true
- label: All requested information has been provided properly.
required: true
- label: The issue is solely related to the ReVanced Manager
required: true
name: 🐞 Bug report
description: Report a very clearly broken issue.
title: 'bug: '
labels: [bug]
body:
- type: markdown
attributes:
value: |
# ReVanced Manager bug report
Important to note that your issue may have already been reported before. Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug).
- type: dropdown
attributes:
label: Type
options:
- Error while patching
- Cosmetic
- Other
validations:
required: true
- type: textarea
attributes:
label: Bug description
description: How did you find the bug? Any additional details that might help?
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Add the steps to reproduce this bug including your environment.
placeholder: Step 1. Download some files. Step 2. ...
validations:
required: true
- type: input
attributes:
label: Android version and device info
description: Android version and model information
placeholder: Galaxy S6 Android 7.0
validations:
required: true
- type: input
attributes:
label: Manager version
description: Manager version used.
validations:
required: true
- type: input
attributes:
label: Target app name and version
description: App you tried to patch.
validations:
required: true
- type: dropdown
attributes:
label: Installation type
options:
- Non-root
- Root
validations:
required: true
- type: textarea
attributes:
label: Patches selected.
description: Patches you selected for the app.
validations:
required: true
- type: textarea
attributes:
label: Device logs (export from Manager settings).
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Please export after the problem occured.
render: shell
validations:
required: true
- type: textarea
attributes:
label: Installer logs (export from Installer menu option) [unneeded if issue is not during patching].
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: textarea
attributes:
label: Screenshots or videos
description: Add screenshots or videos that show the bug here.
placeholder: Drag and drop the screenshots/videos into this box.
validations:
required: false
- type: textarea
attributes:
label: Solution
description: If applicable, add a possible solution.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add additional context here.
validations:
required: false
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you don't follow the checklist below!
options:
- label: This request is not a duplicate of an existing issue.
required: true
- label: I have chosen an appropriate title.
required: true
- label: I filled out all of the requested information in this issue properly.
required: true
- label: The issue is related solely to the ReVanced Manager and not related to revanced patches
required: true
- label: I have written the title and contents in English.
required: true
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/feature-issue.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ❓ Question
description: Leave your questions or ask for help about this Manager.
title: 'question: '
labels: [question]
body:
- type: textarea
attributes:
label: Description
description: Add a clear and detailed description of the question.
placeholder: Attach images/videos if possible. These can be helpful in figuring out what the question is about.
validations:
required: true
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you don't follow the checklist below!
options:
- label: I have written a short but informative title.
required: true
- label: I have written the title and contents in English.
required: true
2 changes: 0 additions & 2 deletions .github/config.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/analyze.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/pr-build.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/release-build.yml

This file was deleted.

Loading

0 comments on commit 7d48ba8

Please sign in to comment.