mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-04 18:47:41 +01:00
f9922518cc
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
name: ⭐ Patch Request
|
|
description: Create a detailed patch request.
|
|
title: 'feat(patch): '
|
|
labels: [patch-request]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Application
|
|
description: Which application is this patch for?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Issue
|
|
description: What is the issue this patch should solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Patch
|
|
description: "Describe the patch you'd like to see in detail."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Motivation
|
|
description: Why should your patch request should be considered? What makes it valuable to the community?
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Your issue will be closed if you haven't done these steps.
|
|
options:
|
|
- label: I have searched the existing issues and this is a new and no duplicate or related to another open issue.
|
|
required: true
|
|
- label: I have written a short but informative title.
|
|
required: true
|
|
- label: I filled out all of the requested information in this issue properly.
|
|
required: true |