Skip to content

Commit 029962e

Browse files
authored
Docs: Add issue template
1 parent d1511f5 commit 029962e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Docs feedback
2+
description: Feedback to help make our docs more effective.
3+
title: "[Docs]: "
4+
labels: ["docs", "triage"]
5+
assignees:
6+
- kateandrews
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to give us feedback!
12+
- type: input
13+
id: contact
14+
attributes:
15+
label: Contact details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: you@example.com
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: what-problem
22+
attributes:
23+
label: What problem were you trying to solve?
24+
placeholder: Tell us what you were looking for in our docs.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: additional-info
29+
attributes:
30+
label: Anything else you'd like us to know?
31+
placeholder: Let us know if you've got any additional feedback.
32+
validations:
33+
required: false
34+
- type: checkboxes
35+
id: terms
36+
attributes:
37+
label: Code of conduct
38+
description: By submitting this issue, you agree to follow our [Code of conduct](https://github.com/cipherstash/proxy/blob/main/CODE_OF_CONDUCT.md).
39+
options:
40+
- label: I agree to follow this project's Code of conduct
41+
required: true

0 commit comments

Comments
 (0)