Updated some small things and edited README and some issue templates

This commit is contained in:
2025-05-07 12:33:01 +02:00
parent 47f4febd19
commit 6c52808655
9 changed files with 141 additions and 93 deletions

View File

@@ -1,13 +1,6 @@
name: Feature Request
description: Request a new feature
body:
- type: markdown
attributes:
value: |-
Please join the [Discord Server](https://discord.gg/0hMr4ce0tIl3SLv5) for questions or ask them in [our Discussions](https://github.com/discord-jda/JDA/discussions).
Keep in mind that this isn't the place to learn Java.
Please head over to [Stack Overflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
- type: checkboxes
attributes:
label: General Troubleshooting
@@ -15,23 +8,17 @@ body:
options:
- label: I have checked for similar issues on the Issue-tracker.
required: true
- label: I have updated to the [latest JDA version](https://github.com/discord-jda/JDA/releases/latest)
required: true
- label: I have checked the branches or the maintainers' PRs for upcoming features.
required: true
- type: textarea
attributes:
label: "Feature Request"
description: "Provide a small description of the feature you want to have added."
placeholder: "JDA should get ..."
placeholder: "Werbserver should get ..."
validations:
required: true
- type: textarea
attributes:
label: "Example Use-Case"
description: |-
Provide some code or describe a possible use-case for this feature.
The provided text will be rendered as Java code, so you don't have to provide a Code block for it.
placeholder: "public void newAwesomeMethod(){}"
render: java
Provide some code or describe a possible use-case for this feature.