docs: Fix links and issue templates

This commit is contained in:
oSumAtrIX 2023-09-22 03:16:23 +02:00
parent a1bad27ede
commit 1593b1b767
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
3 changed files with 15 additions and 5 deletions

View File

@ -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:

View File

@ -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

View File

@ -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