| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- title: "[Question and support] "
- labels: ["question/support"]
- body:
- - type: markdown
- attributes:
- value: |
- ## Thanks for taking the time to fill out this form!
- - type: textarea
- id: description
- attributes:
- label: Describe the problem/question
- description: A clear and concise description of what the problem/issue or question is.
- validations:
- required: true
- - type: checkboxes
- id: readed-faq
- attributes:
- label: Did you use the FAQ section?
- description: Have you read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ)?
- options:
- - label: Yes, I have read the FAQ and I found no solution/answer there.
- required: true
- - type: textarea
- id: what_you_did
- attributes:
- label: What you did?
- description: Tell us how to reproduce the problem.
- value: |
- 1.
- 2.
- ...
- - type: textarea
- id: what_happens
- attributes:
- label: What happens
- placeholder: Tell us what you see!
- - type: textarea
- id: what_should_happen
- attributes:
- label: What should happen
- placeholder: Tell us what you want to see!
- - type: textarea
- id: additional_info
- attributes:
- label: Additional information
- description: If you have access to the server log files, copy them here.
- - type: input
- id: server_address
- attributes:
- label: Server address
- - type: input
- id: server_os
- attributes:
- label: Server OS
- - type: input
- id: webserver
- attributes:
- label: Webserver
- - type: input
- id: browser
- attributes:
- label: Browser
- - type: input
- id: privatebin_version
- attributes:
- label: PrivateBin version
- - type: dropdown
- id: reproduce_issue
- attributes:
- label: Issue reproducibility
- description: Can you reproduce this issue on [https://privatebin.net](https://privatebin.net)?
- options:
- - "No"
- - "Yes"
- default: 0
- validations:
- required: true
|