This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR regarding constant IsueTemplates for all repos. (#218)
* Making IssueTemplates constanat for all repos. * Removed trailing '/' * Update .github/ISSUE_TEMPLATE/bug.yml Co-authored-by: David Leal <[email protected]> * Update .github/ISSUE_TEMPLATE/bug.yml Co-authored-by: David Leal <[email protected]> * Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: David Leal <[email protected]> * Update .github/ISSUE_TEMPLATE/docs.yml Co-authored-by: David Leal <[email protected]> Co-authored-by: David Leal <[email protected]>
- Loading branch information
1 parent
59829b6
commit 311b0fd
Showing
6 changed files
with
97 additions
and
38 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.github/ISSUE_TEMPLATE/bug_issue.yml → .github/ISSUE_TEMPLATE/bug.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙋🏾🙋🏼Question | ||
url: http://discord.eddiehub.org | ||
about: Feel free to ask your question on our Discord channel. |
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,31 @@ | ||
name: 📄 Documentation issue | ||
description: Found an issue in the documentation? You can use this one! | ||
title: "[DOCS] <description>" | ||
labels: ["documentation"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join our Discord community [here](http://discord.eddiehub.org) | ||
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity) |
This file was deleted.
Oops, something went wrong.
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,31 @@ | ||
name: 💡 General Feature Request | ||
description: Have a new idea/feature for LinkFree? Please suggest! | ||
title: "[FEATURE] <description>" | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the enhancement you propose, also include what you tried and what worked. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this idea? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join our Discord community [here](http://discord.eddiehub.org) | ||
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity) |
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,27 @@ | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
title: "[OTHER]" | ||
labels: ["🚦 status: awaiting triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "# Other issue" | ||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join our Discord community [here](http://discord.eddiehub.org) | ||
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity) |