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

Commit e000f45

Browse files
ErrolFernandesschmeltoPanquesito7
authored
feat: bug and feature forms (#199)
* added bug issue and feature adddition form * Delete .github/ISSUE_TEMPLATE directory * Add files via upload * Update .github/ISSUE_TEMPLATE/bug_issue.yaml Co-authored-by: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/feature.yaml Co-authored-by: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> * changed .yaml to .yml * changed .yaml to .yml * Update .github/ISSUE_TEMPLATE/bug_issue.yml Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 0eae857 commit e000f45

2 files changed

Lines changed: 65 additions & 0 deletions

File tree

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

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature request
2+
description: Suggest features, propose improvements, discuss new ideas
3+
title: "[FEATURE] <description>"
4+
labels: ["⭐ goal: addition"]
5+
body:
6+
- type: textarea
7+
id: suggestion
8+
attributes:
9+
label: ⭐ Suggestion
10+
description: A summary of what you'd like to see added or changed
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: usecases
15+
attributes:
16+
label: 💻 Use Cases
17+
description: |
18+
What are possible you cases for your suggested feature?
19+
Are you using any workarounds in the meantime?
20+
validations:
21+
required: false
22+
- type: textarea
23+
id: relatedproblems
24+
attributes:
25+
label: ❌ Related Problems
26+
description: |
27+
Is your Request related to a problem?
28+
Think about linking existing Issues here!
29+
validations:
30+
required: false
31+
- type: markdown
32+
attributes:
33+
value: |
34+
You can also join our Discord community [here](http://discord.eddiehub.org)
35+
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity)

0 commit comments

Comments
 (0)