Skip to content

Commit efa2c4f

Browse files
committed
Update templates
1 parent 22a995e commit efa2c4f

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,28 @@ assignees: ''
88
---
99

1010
## 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-
>
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+
1414
- [ ] You use the correct version of JavaBotBlockAPI for your Bot.
1515
For JDA v3 you have to use Version 1.0.5
1616
- [ ] There is no other issue open with the same or similar bug reported.
1717
- [ ] The bug isn't caused by any 3rd party library (f.e. JDA) or the BotBlock API itself.
1818

1919
## Bug
20-
> What bug did you encounter? Try to describe it as detailed as possible.
21-
> Provide Errors and code-snippets through sites like https://hasteb.in
22-
<!-- Please write below this line to not have any formatting issues. -->
20+
<!-- What bug did you encounter? Try to describe it as detailed as possible. -->
21+
<!-- Provide Errors and code-snippets through sites like https://hasteb.in -->
2322

2423

2524
## Steps to replicate
26-
> Please listen the steps you did to encounter this bug.
25+
<!-- Please listen the steps you did to encounter this bug. -->
2726

2827
1.
2928
2.
3029
3.
3130

3231
## Additional information
33-
> Provide the requested information below:
32+
<!-- Provide the requested information below -->
3433

3534
- **Used Modules**: `i.e. core, jda-module, request-module`
3635
- **Java version**: `i.e. Java 8`

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,23 @@ assignees: ''
88
---
99

1010
## 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-
>
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+
1414
- [ ] You use the correct version of JavaBotBlockAPI for your bot.
1515
For JDA v3 you have to use Version 1.0.5. There won't be new features added to older versions!
1616
- [ ] There is no other issue open with the same or similar Feature request,
1717
- [ ] The feature isn't related to JDA or any other 3rd party library or the BotBlock API.
1818

1919
## Feature Request
20-
> What new feature or what improvement should be added?
21-
> If you have code snippets to share, do that through https://hasteb.in
22-
<!-- Please write below this line to prevent formatting issues. -->
20+
<!-- What new feature or what improvement should be added? -->
21+
<!-- If you have code snippets to share, do that through https://hasteb.in -->
2322

2423

2524
## Why adding this?
26-
> Why should this be added? What are the benefits of adding this?
27-
<!-- Please write below this line to prevent formatting issues. -->
25+
<!-- Why should this be added? What are the benefits of adding this? -->
2826

2927

3028
## Additional information
31-
> Add any additional pieces of information like links, screenshots, targeted module(s), etc.
29+
<!-- Add any additional pieces of information like links, screenshots, -->
30+
<!-- targeted module(s), etc. -->

.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Check
55
Please make sure you checked the following things first:
6+
67
- [ ] There is no open PR in the [Pull requests] page containing your changes.
78
- [ ] You follow the [Contributing Guidelines][guidelines] about comments and such.
89

910
## Summary
10-
> What does this PR contain? Mention any changes you made and if they would break stuff.
11-
> If your PR is related to an issue and closes it, mention it with `closes #<issue ID>`
12-
<!-- Write below this line to prevent formatting issues -->
11+
<!-- What does this PR contain? Mention any changes you made and if they would break stuff. -->
12+
<!-- If your PR is related to an issue and closes it, mention it with `closes #<issue ID>` -->

0 commit comments

Comments
 (0)