parent
38e1c4c0fd
commit
796d1a171d
|
@ -6,9 +6,9 @@ contact_links:
|
||||||
- name: Support Matrix
|
- name: Support Matrix
|
||||||
url: https://matrix.to/#/%23calckey:matrix.fedibird.com
|
url: https://matrix.to/#/%23calckey:matrix.fedibird.com
|
||||||
about: Having trouble with deployment? Ask the support chat!
|
about: Having trouble with deployment? Ask the support chat!
|
||||||
- name: Resposible Disclosure
|
- name: Resposible Disclosure
|
||||||
url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md
|
url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md
|
||||||
about: Found a security vulnerability? Please report it here!
|
about: Found a security vulnerability? Please report it here!
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -48,16 +48,16 @@ body:
|
||||||
placeholder: calckey.social
|
placeholder: calckey.social
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: issue-type
|
id: issue-type
|
||||||
attributes:
|
attributes:
|
||||||
label: What type of issue is this?
|
label: What type of issue is this?
|
||||||
description: If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side.
|
description: If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side.
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Client-side
|
- Client-side
|
||||||
- Server-side
|
- Server-side
|
||||||
- Other (Please Specify)
|
- Other (Please Specify)
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -72,33 +72,33 @@ body:
|
||||||
- Safari
|
- Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
- Other (Please Specify)
|
- Other (Please Specify)
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: device
|
id: device
|
||||||
attributes:
|
attributes:
|
||||||
label: What operating system are you using? (Client-side issues only)
|
label: What operating system are you using? (Client-side issues only)
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows
|
||||||
- MacOS
|
- MacOS
|
||||||
- Linux
|
- Linux
|
||||||
- Android
|
- Android
|
||||||
- iOS
|
- iOS
|
||||||
- Other (Please Specify)
|
- Other (Please Specify)
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
label: What operating system are you using? (Server-side issues only)
|
label: What operating system are you using? (Server-side issues only)
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Ubuntu >= 22.04
|
- Ubuntu >= 22.04
|
||||||
- Ubuntu < 22.04
|
- Ubuntu < 22.04
|
||||||
- Debian
|
- Debian
|
||||||
- Arch
|
- Arch
|
||||||
- RHEL (CentOS/AlmaLinux/Rocky Linux)
|
- RHEL (CentOS/AlmaLinux/Rocky Linux)
|
||||||
- FreeBSD
|
- FreeBSD
|
||||||
- OpenBSD
|
- OpenBSD
|
||||||
- Android
|
- Android
|
||||||
- Other (Please Specify)
|
- Other (Please Specify)
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue