-
Notifications
You must be signed in to change notification settings - Fork 4
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
4 changed files
with
61 additions
and
2 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,39 @@ | ||
name: "⚠️ Report an Issue" | ||
description: "Something Not Working Right? Please let us know..." | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
assignees: | ||
- smashedr | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
All bugs that we can verify will be fixed. Thank you for taking the time to make this report! | ||
- type: input | ||
id: website | ||
validations: | ||
required: false | ||
attributes: | ||
label: Site Link | ||
description: Please provide a link to the site you are having issues on if possible. | ||
placeholder: https://example.com/ | ||
|
||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Details | ||
description: Please Describe the Issue you are Experiencing. | ||
placeholder: Provide as many details as you can... | ||
|
||
- type: textarea | ||
id: logs | ||
validations: | ||
required: true | ||
attributes: | ||
label: Paste Support Information | ||
description: Open the Extension Options, Scroll to the Bottom, Click Copy Support Information and Paste Below. | ||
render: shell |
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,21 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Request a Feature | ||
about: Request a New Feature or Enhancement in the Discussions. | ||
url: https://github.com/cssnr/link-extractor/discussions/new?category=feature-requests | ||
|
||
- name: Ask a Question | ||
about: Ask a General Question or start a Discussions. | ||
url: https://github.com/cssnr/link-extractor/discussions/new?category=q-a | ||
|
||
- name: Join the Discord Server | ||
about: Chat with us about Issues, Features, Questions and More... | ||
url: https://discord.gg/wXy6m2X8wY | ||
|
||
- name: Submit Feedback | ||
about: Send General Feedback Anonymously. | ||
url: https://cssnr.github.io/feedback | ||
|
||
- name: View More Apps | ||
about: View Additional Apps we have Created. | ||
url: https://cssnr.github.io/ |
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
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