forked from ReVanced/revanced-patches-template
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
436 changed files
with
10,568 additions
and
6,598 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
|
||
# These are Windows script files and should use crlf | ||
*.bat text eol=crlf | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: 🐞 Bug report | ||
description: Report a bug or an issue. | ||
title: 'bug: ' | ||
labels: ['Bug report'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Patches bug report | ||
Please check for existing bug reports | ||
[here](https://github.com/ReVanced/revanced-patches/labels/Bug%20report) | ||
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. ... Step 2. ...) | ||
- Add images and videos if possible | ||
- List used patches if applicable | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Error logs | ||
description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: If applicable, add a possible solution to the bug. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add additional context here. | ||
- 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: All requested information has been provided properly. | ||
required: true |
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,8 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 📃 Documentation | ||
url: https://github.com/revanced/revanced-documentation/ | ||
about: Don't know how or where to start? Check out our documentation! | ||
- name: 🗨 Discussions | ||
url: https://github.com/revanced/revanced-suggestions/discussions | ||
about: Got something you think should change or be added? Search for or start a new discussion! | ||
about: Have something unspecific to ReVanced Patches in mind? Search for or start a new discussion! |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: ⭐ Feature request | ||
description: Create a detailed request for a new feature. | ||
title: 'feat: ' | ||
labels: ['Feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# ReVanced Patches feature request | ||
Please check for existing feature requests | ||
[here](https://github.com/ReVanced/revanced-patches/labels/Feature%20request) | ||
before creating a new one. | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: | | ||
- Describe your feature in detail | ||
- Add images, videos, links, examples, references, etc. if possible | ||
- Add the target application name in case you request a new patch | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: | | ||
A strong motivation is necessary for a feature request to be considered. | ||
- Why should this feature be implemented? | ||
- What is the explicit use case? | ||
- What are the benefits? | ||
- What makes this feature important? | ||
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: 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 |
This file was deleted.
Oops, something went wrong.
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.