chore: remove scopes from issue templates (#2209)

This commit is contained in:
AnonymousWP 2023-05-23 19:43:36 +02:00 committed by GitHub
parent 4da268edc0
commit a4d528e519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
name: 🐞 Bug report name: 🐞 Bug report
description: Report a very clearly broken issue. description: Report a very clearly broken issue.
title: 'bug: <title>' title: 'bug: '
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown

View file

@ -1,6 +1,6 @@
name: ⭐ Patch Request name: ⭐ Patch Request
description: Create a detailed patch request. description: Create a detailed patch request.
title: 'feat(patch): ' title: 'feat: '
labels: [patch-request] labels: [patch-request]
body: body:
- type: textarea - type: textarea
@ -24,7 +24,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Motivation label: Motivation
description: Why should your patch request should be considered? What makes it valuable to the community? description: Why should your patch request be considered? What makes it valuable to the community?
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
@ -38,4 +38,4 @@ body:
- label: I have written a short but informative title. - label: I have written a short but informative title.
required: true required: true
- label: I filled out all of the requested information in this issue properly. - label: I filled out all of the requested information in this issue properly.
required: true required: true