Files
sky_phone/.github/ISSUE_TEMPLATE/bug_report.yml
T
DerEchteAlec 7644dec3a3 BLD - add GitHub contribution and release automation (#3)
* BLD - add GitHub contribution and release automation

* BLD - restrict dev merges to maintainers

* BLD - add automated review and PR test resources

* DOC - require AI governance checks

* FIX - pin patched nanoid dependency

* TRY - trigger webhook delivery

* TRY - verify webhook routing

* TRY - rerun pull request checks
2026-08-19 15:26:50 +02:00

115 lines
3.1 KiB
YAML

name: Bug report
description: Report a reproducible problem in Sky Phone.
title: "[Bug] "
body:
- type: markdown
attributes:
value: |
Thanks for helping improve Sky Phone. Search existing issues first and remove secrets, tokens, player identifiers, and private URLs from all logs.
- type: input
id: version
attributes:
label: Sky Phone version
description: Use the release tag or exact commit SHA. "Latest" is not a version.
placeholder: 0.1.0 or 0123456789abcdef...
validations:
required: true
- type: dropdown
id: framework
attributes:
label: Framework
options:
- ESX Legacy
- QBCore
- Qbox
- Other or custom bridge
validations:
required: true
- type: input
id: artifacts
attributes:
label: FiveM server artifact
description: Provide the exact artifact build number.
placeholder: "12345"
validations:
required: true
- type: input
id: database
attributes:
label: Database
description: Include product and version, for example MariaDB 11.4.
placeholder: MariaDB 11.4
validations:
required: true
- type: textarea
id: integrations
attributes:
label: Relevant integrations
description: List the configured inventory, voice, housing, garage, media, and other providers involved.
placeholder: |
Inventory: ox_inventory 2.x
Voice: pma-voice 1.x
validations:
required: false
- type: textarea
id: description
attributes:
label: Problem description
description: Describe what happens and which player or server state is affected.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduction steps
description: Provide the smallest reliable sequence, starting from a clean resource restart where possible.
placeholder: |
1. Start ...
2. Open ...
3. Select ...
4. Observe ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
validations:
required: true
- type: textarea
id: logs
attributes:
label: Client, server, and NUI evidence
description: Attach relevant F8, server console, NUI console, network, or database output. Include the first error, not only follow-up errors.
validations:
required: true
- type: textarea
id: regression
attributes:
label: Regression information
description: State the last known working tag or commit, if applicable.
validations:
required: false
- type: checkboxes
id: confirmations
attributes:
label: Confirmation
options:
- label: I reproduced this with the resource from this repository and included its exact version.
required: true
- label: I removed secrets, credentials, private URLs, and player-identifying data.
required: true
- label: This is not an exploitable security vulnerability that should be reported privately.
required: true