Skip to content

Commit e87a491

Browse files
authored
Add issue template for API feedback (#50)
1 parent edac08b commit e87a491

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: "API docs feedback"
2+
description: Tell us about your experience with Elastic API documentation.
3+
title: "[Feedback]: "
4+
labels: ["feedback", "community"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Hi 👋. Thanks for taking the time to fill out this feedback!
10+
This form will create an issue that Elastic's docs team will triage and prioritize.
11+
- type: dropdown
12+
id: was-this-helpful
13+
attributes:
14+
label: Was the documentation helpful?
15+
options:
16+
- Yes
17+
- No
18+
default: 0
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: link
23+
attributes:
24+
label: What documentation page is affected
25+
description: Include a link to the page that you have feedback about.
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Description
32+
description: (Optional) Describe your experience with Elastic API documentation.
33+
validations:
34+
required: true
35+
- type: markdown
36+
attributes:
37+
value: |
38+
Thank you for helping us improve the Elastic API documentation.

0 commit comments

Comments
 (0)