mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 12:09:29 +01:00
docs: Fix links and issue templates
This commit is contained in:
parent
a1bad27ede
commit
1593b1b767
@ -8,7 +8,9 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# ReVanced Patches bug report
|
# ReVanced Patches bug report
|
||||||
|
|
||||||
Please check for existing bug reports [here](https://github.com/revanced/revanced-patches/labels/bug) before creating a new one.
|
Please check for existing bug reports
|
||||||
|
[here](https://github.com/ReVanced/revanced-patches/labels/Bug%20report)
|
||||||
|
before creating a new one.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
8
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -3,6 +3,14 @@ description: Create a detailed request for a new feature.
|
|||||||
title: 'feat: '
|
title: 'feat: '
|
||||||
labels: ['Feature request']
|
labels: ['Feature request']
|
||||||
body:
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Feature description
|
label: Feature description
|
||||||
|
@ -50,10 +50,10 @@ and everything necessary to create your own patch from scratch
|
|||||||
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
|
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
|
||||||
* [Issues](https://github.com/ReVanced/revanced-patches/issues) are where we keep track of bugs and feature requests
|
* [Issues](https://github.com/ReVanced/revanced-patches/issues) are where we keep track of bugs and feature requests
|
||||||
|
|
||||||
## π Submitting a patch request
|
## π Submitting a feature request
|
||||||
|
|
||||||
Patches can be requested by opening an issue using the
|
Features can be requested by opening an issue using the
|
||||||
[Patch request issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=patch-request&projects=&template=patch-request.yml&title=feat%3A+).
|
[Feature request issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Feature+request&projects=&template=feature-request.yml&title=feat%3A+).
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
> Requests can be accepted or rejected at the discretion of maintainers of ReVanced Patches.
|
> Requests can be accepted or rejected at the discretion of maintainers of ReVanced Patches.
|
||||||
@ -62,7 +62,7 @@ Patches can be requested by opening an issue using the
|
|||||||
## π Submitting a bug report
|
## π Submitting a bug report
|
||||||
|
|
||||||
If you encounter a bug while using ReVanced Patches, open an issue using the
|
If you encounter a bug while using ReVanced Patches, open an issue using the
|
||||||
[Bug report issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+).
|
[Bug report issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Bug+report&projects=&template=bug-report.yml&title=bug%3A+).
|
||||||
|
|
||||||
## π§ββοΈ Guidelines for requesting or contributing patches
|
## π§ββοΈ Guidelines for requesting or contributing patches
|
||||||
|
|
||||||
|
Loadingβ¦
Reference in New Issue
Block a user