Skip to content

Commit

Permalink
Fix outdated links in .github (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
DWolf-19 committed Oct 15, 2023
1 parent 7c75fe4 commit 434416e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Based on the current `master` changes!
- Follow the guides provided at [JDA Structure Guide](https://jda.wiki/contributing/structure-guide/)
- Compare your code style to the one used all over JDA and ensure you
do not break the consistency (if you find issues in the JDA style you can include and update it)
- Do not remove existing functionality, use deprecation instead (for reference [deprecation policy](https://github.com/DV8FromTheWorld/JDA#deprecation-policy))
- Do not remove existing functionality, use deprecation instead (for reference [deprecation policy](https://github.com/discord-jda/JDA?tab=readme-ov-file#versioning-and-deprecation-policy))

2. Making a Commit
- While having multiple commits can help the reader understand your changes, it might sometimes be
Expand All @@ -23,8 +23,8 @@ Based on the current `master` changes!

3. Updating your Fork
- Before you start committing make sure your fork is updated.
(See [Syncing a Fork](https://help.github.com/articles/syncing-a-fork/)
or [Keeping a Fork Updated](https://robots.thoughtbot.com/keeping-a-github-fork-updated))
(See [Syncing a Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork)
or [Keeping a Fork Updated](https://thoughtbot.com/blog/keeping-a-github-fork-updated))

4. Only open Pull Requests to master
- Look at the [Repository Structure](https://jda.wiki/contributing/repository-structure/) for further details
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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/DV8FromTheWorld/JDA/discussions).
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 [StackOverflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
Please head over to [Stack Overflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
- type: checkboxes
attributes:
label: General Troubleshooting
Expand Down
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ contact_links:
- name: Discord
url: https://discord.gg/0hMr4ce0tIk3pSjp
about: The JDA Discord is the best place to receive fast support for your questions.
- name: Questions
url: https://github.com/discord-jda/JDA/discussions
about: You can ask questions about JDA and find useful information in our Discussions.
- name: Javadoc
url: https://ci.dv8tion.net/job/JDA/javadoc/
url: https://docs.jda.wiki/
about: The Javadoc is the perfect place to retrieve information about various methods within JDA.
- name: Jenkins
url: https://ci.dv8tion.net/job/JDA/
about: You can find the latest Dev Builds on the Jenkins CI Server.
- name: Wiki
url: https://jda.wiki
url: https://jda.wiki/
about: You can find answers to common questions on our Wiki. Make sure to read the FAQ page!
- name: Releases
url: https://github.com/DV8FromTheWorld/JDA/releases
url: https://github.com/discord-jda/JDA/releases
about: You can find the latest releases here on GitHub and on Bintray.
- name: Questions
url: https://github.com/DV8FromTheWorld/JDA/discussions
about: You can ask questions about JDA and find useful information in our Discussions.
- name: Snapshots
url: https://jitpack.io/#discord-jda/JDA
about: You can find the latest dev builds on JitPack.
- name: Jenkins
url: https://ci.dv8tion.net/job/JDA5/
about: Dev builds also available on the Jenkins CI Server.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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/DV8FromTheWorld/JDA/discussions).
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 [StackOverflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
Please head over to [Stack Overflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
- type: checkboxes
attributes:
label: General Troubleshooting
description: You confirm to have made the following checks first.
options:
- label: I have checked for similar issues on the Issue-tracker.
required: true
- label: I have updated to the [latest JDA version](https://ci.dv8tion.net/job/JDA/lastSuccessfulBuild/)
- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Pull Request Validation

Expand Down

0 comments on commit 434416e

Please sign in to comment.