Work on meta information
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Melody Becker 2025-03-28 13:35:32 +01:00
parent 588849a6c2
commit 37a34720c0
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
3 changed files with 76 additions and 3 deletions

View file

@ -0,0 +1,35 @@
name: Bug report
about: Report a bug
title: "[Bug]: "
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the problem you've encountered
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: On what version or git commit is this bug occuring?
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chromium
- Safari/Webkit
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://git.mstar.dev/mstar/linstrom/src/branch/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

View file

@ -0,0 +1,38 @@
name: Feature request
about: Request a feature
title: "[Feature request]: "
body:
- type: textarea
id: problem
attributes:
label: Description
description: Describe your feature, in detail, here
validations:
required: true
- type: textarea
id: why
attributes:
label: Use case
description: |
What use case would this feature fill that can't is be filled or is hard to fill otherwise?
validations:
required: false
- type: dropdown
id: region
attributes:
label: In what area would this feature primarily reside?
multiple: true
options:
- Frontend
- Backend (General)
- Backend (Plugins)
- Backend (ActivityPub)
- I don't know! *confused screaming*
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://git.mstar.dev/mstar/linstrom/src/branch/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true