Add CI, readmes, issue templates etc

This commit is contained in:
Zeffuro
2025-12-23 08:45:11 +01:00
parent aedcc7953c
commit bb29522fed
8 changed files with 212 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