Skip to content

Commit

Permalink
chore: update issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 25, 2023
1 parent e1cae43 commit c24714e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐝 Addition to list
name: 🎉 Addition to list
description: Suggest an addition to this list.
title: '🐝 Add <App Name>'
title: '🎉 Add <App Name>'
labels: ['addition']
body:
- type: markdown
Expand All @@ -10,7 +10,7 @@ body:
- type: textarea
attributes:
label: Provide a link to the proposed addition
label: 🪩 Provide a link to the proposed addition
description: Place link here.
placeholder: |
https://github.com/jaywcjlove/awesome-mac
Expand All @@ -21,14 +21,14 @@ body:

- type: textarea
attributes:
label: Explain why it should be added
label: 😳 Explain why it should be added
description: A clear and concise description of why it should be added to this list.
validations:
required: true

- type: textarea
attributes:
label: Additional context
label: 📖 Additional context
description: Add any other context or screenshots about the feature request here.


Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐝 Removal from list
name: 🗑 Removal from list
description: Suggest a removal from this list.
title: '🐝 Remove <App Name>'
title: '🗑 Remove <App Name>'
labels: ['addition']
body:
- type: markdown
Expand All @@ -10,7 +10,7 @@ body:
- type: textarea
attributes:
label: Provide a link to the proposed addition
label: 🪩 Provide a link to the proposed addition
description: Place link here.
placeholder: |
https://github.com/jaywcjlove/awesome-mac
Expand All @@ -21,12 +21,12 @@ body:

- type: textarea
attributes:
label: Explain why it should be removed
label: 😳 Explain why it should be removed
description: A clear and concise description of why it should be added to this list.
validations:
required: true

- type: textarea
attributes:
label: Additional context
label: 📖 Additional context
description: Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:

- type: textarea
attributes:
label: Additional contex
label: 📖 Additional contex
description: Add any other context or screenshots about the feature request here.


Expand Down

0 comments on commit c24714e

Please sign in to comment.