Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/docs-feedback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Docs feedback
description: Feedback to help make our docs more effective.
title: "[Docs]: "
labels: ["docs", "triage"]
assignees:
- kateandrews
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to give us feedback!
- type: input
id: contact
attributes:
label: Contact details
description: How can we get in touch with you if we need more info?
placeholder: [email protected]
validations:
required: false
- type: textarea
id: what-problem
attributes:
label: What problem were you trying to solve?
placeholder: Tell us what you were looking for in our docs.
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Anything else you'd like us to know?
placeholder: Let us know if you've got any additional feedback.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of conduct
description: By submitting this issue, you agree to follow our [Code of conduct](https://github.com/cipherstash/proxy/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of conduct
required: true