generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: patch requests issue template (#467)
Closes: #463
- Loading branch information
Showing
2 changed files
with
29 additions
and
46 deletions.
There are no files selected for viewing
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,29 @@ | ||
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 |