mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 15:05:28 +08:00
chore: modify removal suggestion template (#1347)
currently the removal template asks you for an app to add this is obviously incorrect also corrected some minor grammatical errors and the label Reported by: Dean Foley Signed-off-by: Dean Foley <dean@deanfoley.dev>
This commit is contained in:
17
.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml
vendored
17
.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml
vendored
@@ -1,32 +1,21 @@
|
||||
name: 🗑 Removal from list
|
||||
description: Suggest a removal from this list.
|
||||
title: '🗑 Remove <App Name>'
|
||||
labels: ['addition']
|
||||
labels: ['removal']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
NOTE: Each discrete (stand-alone) request should be in its own issue.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🪩 Provide a link to the proposed addition
|
||||
description: Place link here.
|
||||
placeholder: |
|
||||
https://github.com/jaywcjlove/awesome-mac
|
||||
https://github.com/jaywcjlove/awesome-mac
|
||||
https://github.com/jaywcjlove/awesome-mac
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 😳 Explain why it should be removed
|
||||
description: A clear and concise description of why it should be added to this list.
|
||||
description: A clear and concise description of why it should be removed from this list.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📖 Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user