Skip to content

Commit

Permalink
Issue form tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 13, 2022
1 parent 0942135 commit d627687
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: "I want to report something else"
body:
- type: input
attributes:
label: Affected link
placeholder: "https://"
description: >-
If this report is about one of the items listed on the Awesome list,
please paste the actual link (and not the description).
- type: textarea
attributes:
label: Wassup?
description: >
Please note, you can attach screenshots or screen recordings here, by
dragging and dropping files in the field below.
22 changes: 15 additions & 7 deletions .github/ISSUE_TEMPLATE/update.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
title: "I want to report something else"
title: "Suggest an update for an item on the Awesome list"
labels: ["❤️‍🩹 update"]
description: >
I want to suggest the update/change to an existing item on the Awesome list.
body:
- type: markdown
attributes:
value: |
Thanks for willing to keep the Awesome list up to date! 🚑
- type: input
validations:
required: true
attributes:
label: Affected link
label: The link to updated
placeholder: "https://"
description: >-
If this report is about one of the items listed on the Awesome list,
please paste the actual link (and not the description).
Please paste the actual link (and not the description).
- type: textarea
attributes:
label: Wassup?
label: What do you suggest we should change?
description: >
Please note, you can attach screenshots or screen recordings here, by
dragging and dropping files in the field below.
Describe the update we should apply and **why**! 😃

0 comments on commit d627687

Please sign in to comment.