Delete .github directory
This commit is contained in:
parent
6526bbc7ca
commit
2c0f74ce26
6 changed files with 0 additions and 246 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,5 +0,0 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: TFG-NewHorizons-1.12.2 Discord
|
||||
url: https://discord.gg/7TZBSXzPZC
|
||||
about: Join us on Discord to discuss questions, bugs, and more.
|
||||
78
.github/ISSUE_TEMPLATE/en-00-crash-report.yml
vendored
78
.github/ISSUE_TEMPLATE/en-00-crash-report.yml
vendored
|
|
@ -1,78 +0,0 @@
|
|||
name: "[EN] Crash Report"
|
||||
description: Report a bug that crashes the game or prevents startup.
|
||||
labels: [ "status: unverified", "type: сrash" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Modpack Used
|
||||
description: Modpack type and version used when this error was encountered.
|
||||
placeholder: "Example: TFG:NH v4.1.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional mods
|
||||
description: The mods and their respective versions used when this bug was encountered. If you were not using mods, please leave this field blank.
|
||||
placeholder: "Example: Xaero's Minimap v1.1.3"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: crash
|
||||
attributes:
|
||||
label: Side Crashed
|
||||
description: Where the game crashed.
|
||||
options:
|
||||
- "Client"
|
||||
- "Server"
|
||||
- "Client and Server"
|
||||
- "Unsure"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: world
|
||||
attributes:
|
||||
label: New Worlds
|
||||
description: Does this crash occur on a newly generated world?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "Unsure"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: How to reproduce the crash.
|
||||
placeholder: "Example: 1) I did X..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: crash-report
|
||||
attributes:
|
||||
label: Crash Report
|
||||
description: "You can find the crash report in `installation/crash-reports/`, if one was created. Additionally, please attach `installation/logs/latest.log`. If either or both files do not exist, state such. Please link to a paste site with their content, such as GitHub Gists or Pastebin. **Do not paste the contents of either these files directly into the text box.**"
|
||||
placeholder: "Example: a link to a paste site with the crash report and latest.log."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely caused by X because..."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thank you for taking the time to fill out this crash report.
|
||||
85
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
85
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
|
|
@ -1,85 +0,0 @@
|
|||
name: "[EN] Bug report"
|
||||
description: Report a bug where something is not working as expected, which does not crash the game.
|
||||
labels: [ "status: unverified", "type: bug" ]
|
||||
body:
|
||||
- type: input
|
||||
id: modpack
|
||||
attributes:
|
||||
label: Modpack Used
|
||||
description: Modpack type and version used when this error was encountered.
|
||||
placeholder: "Example: TFG:NH v4.1.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional mods
|
||||
description: The mods and their respective versions used when this bug was encountered. If you were not using mods, please leave this field blank.
|
||||
placeholder: "Example: Xaero's Minimap v1.1.3"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: world
|
||||
attributes:
|
||||
label: New Worlds
|
||||
description: Does this bug occur on a newly generated world?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "Unsure"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: cross-mod
|
||||
attributes:
|
||||
label: Cross-Mod Interaction
|
||||
description: Is this error caused by another mod installed with the standard modpack?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "Unsure"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What you expected to happen. Attach screenshots here as necessary.
|
||||
placeholder: "Example: Expected to produce X by consuming Y."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: result
|
||||
attributes:
|
||||
label: Actual Behavior
|
||||
description: What happened despite your expectations. Attach screenshots here as necessary.
|
||||
placeholder: "Example: Produced one X but Y was not consumed."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: How to reproduce the bug.
|
||||
placeholder: "Example: 1) I did X..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely caused by X because..."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thank you for taking the time to fill out this bug report.
|
||||
39
.github/ISSUE_TEMPLATE/en-02-feature-request.yml
vendored
39
.github/ISSUE_TEMPLATE/en-02-feature-request.yml
vendored
|
|
@ -1,39 +0,0 @@
|
|||
name: "[EN] Request a Feature"
|
||||
description: Request a new feature or a change to an existing one.
|
||||
labels: [ "type: feature" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Modpack Used
|
||||
description: Modpack type and version used when this error was encountered.
|
||||
placeholder: "Example: TFG:NH v4.1.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Related Problem
|
||||
description: If the feature you wish to change is related to a problem, please desscribe it. Leave this field blank if it is not related to a problem.
|
||||
placeholder: "Example: I'm always frustrated when..."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Your Solution
|
||||
description: Describe the solution you would like to have happen.
|
||||
placeholder: "Example: If I could..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely achieveable by doing X because..."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thank you for taking the time to fill out this feature request.
|
||||
21
.github/ISSUE_TEMPLATE/en-03-question.yml
vendored
21
.github/ISSUE_TEMPLATE/en-03-question.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: "[EN] Ask a Question"
|
||||
description: Ask a question regarding this project.
|
||||
labels: [ "type: question" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
If you are in need of quick response, Discord may be a better place. You can find a link to join in our README.md for this project.
|
||||
|
||||
If you are looking for a gameplay wiki, we currently do not have one, however most information is available in-game info through tooltips, JEI/HEI and quest. You can also ask any question on Discord, and someone will most likely have a response.
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Your Question
|
||||
description: Feel free to ask any question regarding this project here.
|
||||
placeholder: "Example: How can I...?"
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thank you for taking the time to ask us a question.
|
||||
Loading…
Add table
Add a link
Reference in a new issue