Skip to content

Commit 30c8309

Browse files
authored
Add feedback template as a form (github#1391)
1 parent bb83219 commit 30c8309

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/feedback.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feedback
2+
description: Help us improve the Timescale documentation site by leaving your feedback
3+
title: "[Feedback]"
4+
labels: ["documentation", "feedback", "community"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to leave your feedback!
10+
- type: dropdown
11+
id: navigation
12+
attributes:
13+
label: Is it easy to find the information you need?
14+
options:
15+
- Yes
16+
- No
17+
- type: dropdown
18+
id: instructions
19+
attributes:
20+
label: Are the instructions clear?
21+
options:
22+
- Yes
23+
- No
24+
- type: textarea
25+
id: improvements
26+
attributes:
27+
label: How could we improve the Timescale documentation site?
28+
placeholder: Send us your ideas!
29+
- type: markdown
30+
attributes:
31+
value: |
32+
We welcome documentation contributions!
33+
34+
* For information about how to suggest a change, see the [contributing guide](https://github.com/timescale/docs/blob/latest/CONTRIBUTING.md) in our GitHub repository.
35+
* For information on style and word usage, see the [style guide](https://docs.timescale.com/timescaledb/latest/contribute-to-docs).

0 commit comments

Comments
 (0)