mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-05 04:42:56 +01:00
30 lines
801 B
YAML
30 lines
801 B
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
|