-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**! 😃 |