first commit

This commit is contained in:
2025-07-06 00:23:46 +02:00
commit 38f50c8819
1788 changed files with 112878 additions and 0 deletions

75
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@@ -0,0 +1,75 @@
name: Bug Report
description: File a bug or crash report
title: "Please write an informative title describing the bug in a few words"
labels: ["Type: bug", "Status: to verify"]
body:
- type: markdown
attributes:
value: |
# This no place to seek help with installation or connection problems. For that visit our [Discord](https://discord.com/invite/E8B4X9s).
## Thanks for filling out a bug report. Please be sure that a similar issue wasn't already created by searching [here](https://github.com/SubnauticaNitrox/Nitrox/issues) with general keywords. If it's a new issue please fill out as much detail as possible.
- type: dropdown
id: nitrox_version
attributes:
label: Are you on the latest version of Nitrox?
description: If not, you should try updating first.
options:
- Yes, I'm on the latest release of Nitrox.
- Yes, I'm on the latest commit of the repo (only for experts).
- No, I need to download a newer version and try again.
validations:
required: true
- type: dropdown
id: os_type
attributes:
label: Which OS are you playing on?
description: Please select your Operating System from the dropdown.
options:
- Windows
- Linux (currently not supported, don't file any reports if your are using this)
- MacOS (currently not supported, don't file any reports if your are using this)
validations:
required: true
- type: dropdown
id: store_type
attributes:
label: On which platform did you buy Subnautica?
description: Please select your platform/store with which you are normally starting Subnautica.
options:
- Steam
- Epic
- MS-Store/Windows Store (currently not supported, don't file any reports if your are using this)
- Other
validations:
required: true
- type: textarea
id: what_happened
attributes:
label: Describe the issue.
description: What happened? Should something else have happened instead?
placeholder: Tell us what you saw!
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: Describe the steps you took to encounter the bug.
description: How did it happen? Please provide steps to reproduce the bug if possible. Did the bug disappear with slightly altered steps?
placeholder: Tell us what you did!
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please upload your game logs if possible. The logs are located next to the launcher in a folder called "Nitrox Logs".
Upload the most recent "game-XXXXXXXX.log" and if you hosted the server also "server-XXXXXXXX.log" to [Pastebin](https://pastebin.com/).
After you created a paste for both files post their links into this box.
placeholder: |
For example:
Game: https://pastebin.com/qFxU2dz7
Server: https://pastebin.com/X4tBdE2R
validations:
required: false

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Nitrox Discord server
url: https://discord.com/invite/E8B4X9s
about: Please ask here for help if you have problems with setting up or using Nitrox.

13
.github/ISSUE_TEMPLATE/other.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Other
description: Something else?
title: "Please write an informative title"
labels: []
body:
- type: textarea
id: description
attributes:
label: Describe the issue
description: |
Please describe the issue you want to report in as much detail as possible.
validations:
required: true