Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockyTheDev committed Feb 11, 2023
0 parents commit 90ef760
Show file tree
Hide file tree
Showing 49 changed files with 130,333 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto

*.sh text eol=lf
gradlew text eol=lf
*.bat text eol=crlf

*.jar binary
121 changes: 121 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
name: '🕷️ Bug report'
description: Create a report to help us improve our product.
title: '[Bug]: '
labels:
- 'Type: Bug'
- 'Status: Unconfirmed'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report for the BTDclient! Fill out the following form to your best ability to help us fix the problem.
Only use this if you're absolutely sure that you found a bug, can reproduce it and know what information you are sharing.
For anything else, use: our Discord server (Coming soon) or [our website](https://btdstudios.github.io/).
Do NOT use the public issue tracker or public channels on Discord to report security vulnerabilities! They are disclosed using our ticket system on our Discord server (Coming soon) form!
- type: dropdown
attributes:
label: Environment
description: Which environment are you using? If your environment is not listed, it is not supported. Switch to a supported environment first.
multiple: false
options:
- FabricMC
validations:
required: true

- type: dropdown
attributes:
label: Environment Version
description: Which environment version you using? If your environment version is not listed, it is not supported. Switch to a supported environment version first.
multiple: true
options:
- '1.19.3'
validations:
required: true

- type: dropdown
attributes:
label: Installation method
description: How did you install our client?
multiple: false
options:
- 'Auto-Updater'
- 'Installer'
validations:
required: true

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: We highly suggest including screenshots or videos.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to help explain your problem.

- type: input
attributes:
label: Error log (if applicable)
description: If you are reporting a console error, upload any relevant log sections related to the bug as file or to https://gist.github.com (Save it and paste the link in the following box). Do not upload your full log to a public place.

- type: input
attributes:
label: Debug information
description: Copy the debug information in the settings page and provide the copied text.
validations:
required: true

- type: textarea
attributes:
label: Client Version
description: What version of our client are you running?
placeholder: "For example: BTDclient 1.2.3-SNAPSHOT"
validations:
required: true

- type: textarea
attributes:
label: Contact details
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.

- type: input
attributes:
label: Anything else?
description: You can provide additional content below.

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps displayed here.
options:
- label: I have included the debug information.
required: true
- label: I am using the newest build from https://btdstudios.github.io/ and the issue still persists.
required: true
- label: I have searched through the list of opened issues and last commits if the bug is fixed.
required: true
- label: I have only included one bug in this issue.
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: BTDstudios Discord
url: Coming Soon...
about: Our support Discord, please ask questions and search for help here.
- name: BTDstudios Website
url: https://btdstudios.github.io/
about: Please look here for frequently asked questions, updates and questions on how to use the client.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: '📚 Documentation Issue'
description: Report issues in our documentation
title: '[Documentation]: '
labels:
- 'Type: Documentation'
- 'Status: Unconfirmed'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this documentation issue report for the BTDclient! Fill out the following form to your best ability to help us fix the documentation issue and improve our client.
Only use this if you're absolutely sure that you found a documentation issue and know what information you are sharing.
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
- type: textarea
attributes:
label: Provide a description of requested documentation changes
placeholder: Add a short description which file needs to be changed and why.
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to your request.

- type: textarea
attributes:
label: Contact details
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps displayed here.
options:
- label: I have included the required information.
required: true
- label: I have searched through the list of opened issues and last commits if the feature or enhancement has already been implemented.
required: true

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
ame: '⭐ Feature or enhancement request'
description: Suggest an idea or enhancement for this project.
title: '[Feature/Enhancement]: '
labels:
- 'Type: Enhancement'
- 'Status: /'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature or enhancement request for the BTDclient! Fill out the following form to your best ability to help us understand your request and improve our client.
Only use this if you're absolutely sure that you found a bug, can reproduce it and know what information you are sharing.
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
- type: textarea
attributes:
label: Clear description of the new feature / enhancement
placeholder: What is the expected behavior of the suggested feature / enhancement?
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to your request.

- type: textarea
attributes:
label: Scenario when this would be used?
placeholder: What is the scenario this would be used? Why is this important to your gameplay?
validations:
required: true

- type: textarea
attributes:
label: Are there any alternatives?
description: List any alternatives you might have tried

- type: textarea
attributes:
label: Contact details
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps displayed here.
options:
- label: I have included the required information.
required: true
- label: I have searched through the list of opened issues and last commits if the feature or enhancement has already been implemented.
required: true
- label: I have only included one request in this issue.
required: true

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/general_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: '💬 General Request'
description: Report incorrect translations.
title: '[General]: '
labels:
- 'Type: General'
- 'Status: /'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this general request for the BTDclient! Fill out the following form to your best ability to help us answer your request.
Only use this if your request doesn't fit into any other category.
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
- type: textarea
attributes:
label: Provide a description of your request
placeholder: Add a short description why you want to open this general request.
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to your request.

- type: textarea
attributes:
label: Contact details
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps displayed here.
options:
- label: I have included the required information.
required: true
- label: I have searched through the list of opened issues if this request already exists.
required: true

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/language_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: '🌐 Localization/Translation Issue'
description: Report incorrect translations.
title: '[Translation]: '
labels:
- 'Type: Localization'
- 'Status: Unconfirmed'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this translation issue report for the BTDclient! Fill out the following form to your best ability to help us fix the translation and improve our client.
Only use this if you're absolutely sure that you found a translation issue and know what information you are sharing.
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
- type: textarea
attributes:
label: Provide a description of the localization / translation issue
placeholder: Add a short description which translation needs to be changed and why.
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to your request.

- type: input
attributes:
label: Debug information
description: Copy the debug information in the settings page and provide the copied text if related to the client otherwise just write where the translation / localization issue exists.
validations:
required: true

- type: textarea
attributes:
label: Contact details
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps displayed here.
options:
- label: I have included the required information.
required: true
- label: I have searched through the list of opened issues and last commits if this translation / localization issue has already been fixed.
required: true

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Overview
<!-- Please describe which issue this pull request targets.
If there is no issue, delete the "Fixes" part.
-->

Fixes #{issue number}

## Description
<!-- Please describe what this pull request does. -->

## Submitter Checklist
<!-- Make sure you have completed the following steps (put an "X" between of brackets): -->
- [ ] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side)) and not your main branch.
- [ ] Ensure that the pull request title represents the desired changelog entry.
- [ ] I read and followed the[contribution guidelines](https://github.com/BTDstudios/.github/blob/main/CODE_OF_CONDUCT.md).
Loading

0 comments on commit 90ef760

Please sign in to comment.