Skip to content

Commit

Permalink
feat: patch requests issue template (#467)
Browse files Browse the repository at this point in the history
Closes: #463
  • Loading branch information
Sculas authored Sep 13, 2022
1 parent 28816fd commit 5857cde
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/feature-issue.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/patch-request.yml
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

0 comments on commit 5857cde

Please sign in to comment.