mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
name: 🐞 Bug Report
|
|
description: Create a report to help us improve
|
|
title: '[BUG]'
|
|
labels: [ 'type: bug' ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for reporting a bug. Please help us by providing accurate environment information.
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Environment
|
|
description: (required) Where are you experiencing this issue?
|
|
options:
|
|
- Big-AGI Pro (big-agi.com)
|
|
- Self-deployed from GitHub
|
|
- Docker container (specify in description)
|
|
- Local development
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: (required) Please provide a clear description and **steps to reproduce**.
|
|
placeholder: 'Concise description + steps to reproduce.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Device and browser
|
|
description: '(required) Please specify your Mobile/Desktop device, OS version, browser.'
|
|
placeholder: 'Device: (e.g., iPhone 16, Pixel 9, PC, Macbook...), OS: (e.g., iOS 17, Windows 12), Browser: (e.g., Chrome 119, Safari 18, Firefox..)'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots and more
|
|
placeholder: 'Attach screenshots, or add any additional context here.'
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Willingness to Contribute
|
|
description: We appreciate contributions - would you be willing to submit a pull request?
|
|
options:
|
|
- label: '🙋♂️ Yes, I would like to contribute a fix.'
|