-
-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub fails to load them with error code 500. This commit is an attempt to fix it.
- Loading branch information
Showing
2 changed files
with
103 additions
and
103 deletions.
There are no files selected for viewing
122 changes: 61 additions & 61 deletions
122
.github/ISSUE_TEMPLATE/bug-issue.yml → .github/ISSUE_TEMPLATE/bug-report.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
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: 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 |
84 changes: 42 additions & 42 deletions
84
.github/ISSUE_TEMPLATE/feature-issue.yml → .github/ISSUE_TEMPLATE/feature-request.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
name: ⭐ Feature request | ||
description: Create a new feature request. | ||
title: 'feat: <title>' | ||
labels: [feature-request] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Manager feature request | ||
Please check for existing feature requests [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one. | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: Describe your feature in detail. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Explain why the lack of it is a problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: In case there is something else you want to add. | ||
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: ⭐ Feature request | ||
description: Create a new feature request. | ||
title: 'feat: <title>' | ||
labels: [feature-request] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Manager feature request | ||
Please check for existing feature requests [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one. | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: Describe your feature in detail. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Explain why the lack of it is a problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: In case there is something else you want to add. | ||
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 |