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

Commit 90ef760

Browse files
committed
Initial commit
0 parents  commit 90ef760

File tree

49 files changed

+130333
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+130333
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* text=auto
2+
3+
*.sh text eol=lf
4+
gradlew text eol=lf
5+
*.bat text eol=crlf
6+
7+
*.jar binary
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
name: '🕷️ Bug report'
2+
description: Create a report to help us improve our product.
3+
title: '[Bug]: '
4+
labels:
5+
- 'Type: Bug'
6+
- 'Status: Unconfirmed'
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
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.
13+
Only use this if you're absolutely sure that you found a bug, can reproduce it and know what information you are sharing.
14+
For anything else, use: our Discord server (Coming soon) or [our website](https://btdstudios.github.io/).
15+
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!
16+
17+
- type: dropdown
18+
attributes:
19+
label: Environment
20+
description: Which environment are you using? If your environment is not listed, it is not supported. Switch to a supported environment first.
21+
multiple: false
22+
options:
23+
- FabricMC
24+
validations:
25+
required: true
26+
27+
- type: dropdown
28+
attributes:
29+
label: Environment Version
30+
description: Which environment version you using? If your environment version is not listed, it is not supported. Switch to a supported environment version first.
31+
multiple: true
32+
options:
33+
- '1.19.3'
34+
validations:
35+
required: true
36+
37+
- type: dropdown
38+
attributes:
39+
label: Installation method
40+
description: How did you install our client?
41+
multiple: false
42+
options:
43+
- 'Auto-Updater'
44+
- 'Installer'
45+
validations:
46+
required: true
47+
48+
- type: textarea
49+
attributes:
50+
label: Describe the bug
51+
description: A clear and concise description of what the bug is.
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
attributes:
57+
label: Steps to reproduce
58+
description: We highly suggest including screenshots or videos.
59+
placeholder: |
60+
1. Go to '...'
61+
2. Click on '...'
62+
3. Scroll down to '...'
63+
4. See error
64+
validations:
65+
required: true
66+
67+
- type: textarea
68+
attributes:
69+
label: Expected behaviour
70+
description: A clear and concise description of what you expected to happen.
71+
validations:
72+
required: true
73+
74+
- type: textarea
75+
attributes:
76+
label: Screenshots / Videos
77+
description: If applicable, add screenshots to help explain your problem.
78+
79+
- type: input
80+
attributes:
81+
label: Error log (if applicable)
82+
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.
83+
84+
- type: input
85+
attributes:
86+
label: Debug information
87+
description: Copy the debug information in the settings page and provide the copied text.
88+
validations:
89+
required: true
90+
91+
- type: textarea
92+
attributes:
93+
label: Client Version
94+
description: What version of our client are you running?
95+
placeholder: "For example: BTDclient 1.2.3-SNAPSHOT"
96+
validations:
97+
required: true
98+
99+
- type: textarea
100+
attributes:
101+
label: Contact details
102+
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.
103+
104+
- type: input
105+
attributes:
106+
label: Anything else?
107+
description: You can provide additional content below.
108+
109+
- type: checkboxes
110+
attributes:
111+
label: Checklist
112+
description: Make sure you have followed each of the steps displayed here.
113+
options:
114+
- label: I have included the debug information.
115+
required: true
116+
- label: I am using the newest build from https://btdstudios.github.io/ and the issue still persists.
117+
required: true
118+
- label: I have searched through the list of opened issues and last commits if the bug is fixed.
119+
required: true
120+
- label: I have only included one bug in this issue.
121+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: BTDstudios Discord
4+
url: Coming Soon...
5+
about: Our support Discord, please ask questions and search for help here.
6+
- name: BTDstudios Website
7+
url: https://btdstudios.github.io/
8+
about: Please look here for frequently asked questions, updates and questions on how to use the client.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: '📚 Documentation Issue'
2+
description: Report issues in our documentation
3+
title: '[Documentation]: '
4+
labels:
5+
- 'Type: Documentation'
6+
- 'Status: Unconfirmed'
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
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.
13+
Only use this if you're absolutely sure that you found a documentation issue and know what information you are sharing.
14+
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
15+
16+
- type: textarea
17+
attributes:
18+
label: Provide a description of requested documentation changes
19+
placeholder: Add a short description which file needs to be changed and why.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Screenshots / Videos
26+
description: If applicable, add screenshots to your request.
27+
28+
- type: textarea
29+
attributes:
30+
label: Contact details
31+
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.
32+
33+
- type: checkboxes
34+
attributes:
35+
label: Checklist
36+
description: Make sure you have followed each of the steps displayed here.
37+
options:
38+
- label: I have included the required information.
39+
required: true
40+
- label: I have searched through the list of opened issues and last commits if the feature or enhancement has already been implemented.
41+
required: true
42+
43+
- type: textarea
44+
attributes:
45+
label: Anything else?
46+
description: You can provide additional context below.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
ame: '⭐ Feature or enhancement request'
2+
description: Suggest an idea or enhancement for this project.
3+
title: '[Feature/Enhancement]: '
4+
labels:
5+
- 'Type: Enhancement'
6+
- 'Status: /'
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
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.
13+
Only use this if you're absolutely sure that you found a bug, can reproduce it and know what information you are sharing.
14+
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
15+
16+
- type: textarea
17+
attributes:
18+
label: Clear description of the new feature / enhancement
19+
placeholder: What is the expected behavior of the suggested feature / enhancement?
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Screenshots / Videos
26+
description: If applicable, add screenshots to your request.
27+
28+
- type: textarea
29+
attributes:
30+
label: Scenario when this would be used?
31+
placeholder: What is the scenario this would be used? Why is this important to your gameplay?
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Are there any alternatives?
38+
description: List any alternatives you might have tried
39+
40+
- type: textarea
41+
attributes:
42+
label: Contact details
43+
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.
44+
45+
- type: checkboxes
46+
attributes:
47+
label: Checklist
48+
description: Make sure you have followed each of the steps displayed here.
49+
options:
50+
- label: I have included the required information.
51+
required: true
52+
- label: I have searched through the list of opened issues and last commits if the feature or enhancement has already been implemented.
53+
required: true
54+
- label: I have only included one request in this issue.
55+
required: true
56+
57+
- type: textarea
58+
attributes:
59+
label: Anything else?
60+
description: You can provide additional context below.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: '💬 General Request'
2+
description: Report incorrect translations.
3+
title: '[General]: '
4+
labels:
5+
- 'Type: General'
6+
- 'Status: /'
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
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.
13+
Only use this if your request doesn't fit into any other category.
14+
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
15+
16+
- type: textarea
17+
attributes:
18+
label: Provide a description of your request
19+
placeholder: Add a short description why you want to open this general request.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Screenshots / Videos
26+
description: If applicable, add screenshots to your request.
27+
28+
- type: textarea
29+
attributes:
30+
label: Contact details
31+
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.
32+
33+
- type: checkboxes
34+
attributes:
35+
label: Checklist
36+
description: Make sure you have followed each of the steps displayed here.
37+
options:
38+
- label: I have included the required information.
39+
required: true
40+
- label: I have searched through the list of opened issues if this request already exists.
41+
required: true
42+
43+
- type: textarea
44+
attributes:
45+
label: Anything else?
46+
description: You can provide additional context below.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: '🌐 Localization/Translation Issue'
2+
description: Report incorrect translations.
3+
title: '[Translation]: '
4+
labels:
5+
- 'Type: Localization'
6+
- 'Status: Unconfirmed'
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
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.
13+
Only use this if you're absolutely sure that you found a translation issue and know what information you are sharing.
14+
For anything else, use: our Discord server (Coming Soon) or [our website](https://btdstudios.github.io/).
15+
16+
- type: textarea
17+
attributes:
18+
label: Provide a description of the localization / translation issue
19+
placeholder: Add a short description which translation needs to be changed and why.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Screenshots / Videos
26+
description: If applicable, add screenshots to your request.
27+
28+
- type: input
29+
attributes:
30+
label: Debug information
31+
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.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Contact details
38+
description: You can provide information how to contact you for further information. Note that the contact information can be seen by everyone.
39+
40+
- type: checkboxes
41+
attributes:
42+
label: Checklist
43+
description: Make sure you have followed each of the steps displayed here.
44+
options:
45+
- label: I have included the required information.
46+
required: true
47+
- label: I have searched through the list of opened issues and last commits if this translation / localization issue has already been fixed.
48+
required: true
49+
50+
- type: textarea
51+
attributes:
52+
label: Anything else?
53+
description: You can provide additional context below.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Overview
2+
<!-- Please describe which issue this pull request targets.
3+
4+
If there is no issue, delete the "Fixes" part.
5+
-->
6+
7+
Fixes #{issue number}
8+
9+
## Description
10+
<!-- Please describe what this pull request does. -->
11+
12+
## Submitter Checklist
13+
<!-- Make sure you have completed the following steps (put an "X" between of brackets): -->
14+
- [ ] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side)) and not your main branch.
15+
- [ ] Ensure that the pull request title represents the desired changelog entry.
16+
- [ ] I read and followed the[contribution guidelines](https://github.com/BTDstudios/.github/blob/main/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)