File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Found a bug? Report it with this template.
4+ title : ' '
5+ labels : ' Type: Bug'
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Checks
11+ Please check the below options to confirm that you did those steps first!
12+ Bug Reports not having these steps checked will be ignored and closed.
13+ - [ ] You use the correct version of JavaBotBlockAPI for your Bot.
14+ Fot JDA v3 you have to use Version 1.0.5
15+ - [ ] There is no other issue open with the same or similar bug reported.
16+ - [ ] The bug is not caused by any 3rd party library (f.e. JDA) or the BotBlock API itself.
17+
18+ ## Bug
19+ > What bug did you encounter? Try to describe it as detailed as possible.
20+ > Provide Errors and code-snippets through sites like https://hasteb.in
21+ <!-- Please write below this line to not have any formatting issues. -->
22+
23+ ## Steps to replicate
24+ > Please listen the steps you did to encounter this bug.
25+ <!-- Please write below this line to not have any formatting issues. -->
26+ 1 .
27+ 2 .
28+ 3 .
29+
30+ ## Additional information
31+ > Provide any additional informations like:
32+ > - JDA version (if used)
33+ > - Java version
34+ > - Additional (3rd party) libraries
35+ > - Images to show the problem.
36+ <!-- Please write below this line to not have any formatting issues. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Got an idea for the Wrapper?
4+ title : ' '
5+ labels : ' Type: Enhancement'
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Checks
11+ Please check the below options to confirm that you did those steps first!
12+ Feature requests not having these steps checked will be ignored and closed.
13+ - [ ] You use the correct version of JavaBotBlockAPI for your bot.
14+ For JDA v3 you have to use Version 1.0.5. There won't be new features added to older versions!
15+ - [ ] There is no other issue open with the same or similar Feature request,
16+ - [ ] The feature is not related to JDA or any other 3rd party library or the BotBlock API.
17+
18+ ## Feature Request
19+ > What new feature or what improvement should be added?
20+ > If you have code snippets to share, do that through https://hasteb.in
21+ <!-- Please write below this line to prevent formatting issues. -->
22+
23+ ## Why adding this?
24+ > Why should this be added? What are the benefits of adding this?
25+ <!-- Please write below this line to prevent formatting issues. -->
26+
27+ ## Additional information
28+ > Add any additional pieces of information like links, screenshots, etc.
You can’t perform that action at this time.
0 commit comments