Drop contributing option from issue template (#9633)

This commit is contained in:
LitoMore 2023-09-26 18:40:00 +08:00 committed by GitHub
parent 26384182c7
commit 6a31868592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 36 deletions

View file

@ -33,15 +33,3 @@ body:
placeholder: "Example: The documentation doesn't cover my use case of the NPM package..."
validations:
required: true
- type: dropdown
attributes:
label: Contributing
description: >-
This is an open source project and we welcome contributions. Do you want to
work on this issue?
options:
- 'Yes'
- 'No'
validations:
required: true

View file

@ -76,15 +76,3 @@ body:
- Is the icon released under a license?
- If you think the brand might not be accepted, why do you think it should be considered?
placeholder: 'Example: There are two variants of this icon...'
- type: dropdown
attributes:
label: Contributing
description: >-
This is an open source project and we welcome contributions. Do you want to
add this icon?
options:
- 'Yes'
- 'No'
validations:
required: true

View file

@ -42,15 +42,3 @@ body:
- Are there multiple options for the logo and/or color?
- Is the icon released under a license?
placeholder: 'Example: There are two variants of this icon...'
- type: dropdown
attributes:
label: Contributing
description: >-
This is an open source project and we welcome contributions. Do you want to
update this icon?
options:
- 'Yes'
- 'No'
validations:
required: true