Initial commit: AetherBags + KamiToolKit for FC Gitea
Debug Build and Test / Build against Latest Dalamud (push) Has been cancelled
Debug Build and Test / Build against Staging Dalamud (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-08 14:46:31 -05:00
commit 8db4ce6094
375 changed files with 34124 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
name: Bug
description: For when you have found a bug
title: "[Bug]: "
labels: [bug]
body:
- type: textarea
id: what-happened
attributes:
label: What are you trying to do?
description: What are you trying to do?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected-behaviors
attributes:
label: What is the expected behavior?
description: What do you think should happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: actually-happened
attributes:
label: What actually happened?
description: Please try to be as descriptive as possible.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
description: If you have any idea how we could solve it let me know.
placeholder: Tell us what you see!
validations:
required: false
- type: textarea
id: logs
attributes:
label: Logs
description: If you have any errors in the log please put them here.
render: shell
- type: textarea
id: export
attributes:
label: Export
description: If you have an export for the aura that's causing issues please provide it here.
render: shell
- type: checkboxes
id: terms
attributes:
label: FFXIV Update
description: Whenever Final Fantasy has an update, XIVLauncher needs an update so please don't open issues during that window.
options:
- label: I have confirmed that I have the latest version of XIVLauncher and AetherBags.
required: true
+12
View File
@@ -0,0 +1,12 @@
name: Suggestion
description: For when you want to suggest new features for AetherBags.
title: "[Suggestion]: "
labels: [suggestion]
body:
- type: textarea
id: suggestion
attributes:
label: What's your suggestion?
description: Please try to be detailed explaining what you want.
validations:
required: true