Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 311b0fd

Browse files
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 <halfpacho@gmail.com> * Update .github/ISSUE_TEMPLATE/bug.yml Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/ISSUE_TEMPLATE/docs.yml Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 59829b6 commit 311b0fd

File tree

6 files changed

+97
-38
lines changed

6 files changed

+97
-38
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Bug
2-
description: Report a bug found in the bot's source code
3-
labels: ["🛠 goal: fix"]
1+
name: 🐛 Bug
2+
description: Report an issue to help improve the project.
3+
labels: ["bug"]
44
body:
55
- type: textarea
66
id: description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏾🙋🏼‍Question
4+
url: http://discord.eddiehub.org
5+
about: Feel free to ask your question on our Discord channel.

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 📄 Documentation issue
2+
description: Found an issue in the documentation? You can use this one!
3+
title: "[DOCS] <description>"
4+
labels: ["documentation"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the question or issue, also include what you tried and what didn't work
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: extrainfo
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this issue?
25+
validations:
26+
required: false
27+
- type: markdown
28+
attributes:
29+
value: |
30+
You can also join our Discord community [here](http://discord.eddiehub.org)
31+
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity)

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature for LinkFree? Please suggest!
3+
title: "[FEATURE] <description>"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the enhancement you propose, also include what you tried and what worked.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: extrainfo
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this idea?
25+
validations:
26+
required: false
27+
- type: markdown
28+
attributes:
29+
value: |
30+
You can also join our Discord community [here](http://discord.eddiehub.org)
31+
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity)

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
title: "[OTHER]"
4+
labels: ["🚦 status: awaiting triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# Other issue"
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
12+
label: What would you like to share?
13+
description: Provide a clear and concise explanation of your issue.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false
23+
- type: markdown
24+
attributes:
25+
value: |
26+
You can also join our Discord community [here](http://discord.eddiehub.org)
27+
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity)

0 commit comments

Comments
 (0)