mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 11:29:22 -05:00
34 lines
958 B
YAML
34 lines
958 B
YAML
name: Bug report
|
|
description: "Found a bug? Please fill out the sections below. \U0001F44D"
|
|
type: bug
|
|
projects: "formbricks/8"
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: issue-summary
|
|
attributes:
|
|
label: Issue Summary
|
|
description: A summary of the issue. This needs to be a clear detailed-rich summary.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: issue-expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: other-information
|
|
attributes:
|
|
label: Other information (incl. screenshots, Formbricks version, steps to reproduce,...)
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: environment
|
|
attributes:
|
|
label: Your Environment
|
|
options:
|
|
- Formbricks Cloud (app.formbricks.com)
|
|
- Self-hosted Formbricks
|