Skip to content

Commit 61a4927

Browse files
authored
Adds Serverless UX bug bash issue template for the Docs (#57)
1 parent 975bde2 commit 61a4927

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: "Serverless UX bug bash issue"
2+
description: Issues found in the Serverless Docs as part of the Serverless UX bug bash.
3+
title: "[REQUEST]: "
4+
labels: ["request", "Team:Docs"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this request! This form will create an issue that the Docs team will triage and prioritize.
10+
11+
### For best results, complete all fields.
12+
- type: dropdown
13+
id: project-type
14+
attributes:
15+
label: Serverless Docs
16+
description: Select the Serverless Docs set this change impacts.
17+
options:
18+
- Welcome to Elastic Serverless
19+
- Elasticsearch
20+
- Elastic Observability
21+
- Elastic Security
22+
- Dev tools
23+
- Project and management settings
24+
default: 0
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: description
29+
attributes:
30+
label: Description
31+
description: Describe the issue.
32+
placeholder: |
33+
Provide a description of the issue you found.
34+
Describe the steps to reproduce the issue.
35+
Describe the expected behavior.
36+
Provide screenshots of the issue.
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: related
41+
attributes:
42+
label: Resources and additional context
43+
description: Provide any resources and additional context for the Docs team to learn about the issue.
44+
placeholder: |
45+
There was a change implemented in {link_to_PR}.
46+
47+
Context for the issue is described in {link_to_internal_doc}.
48+
validations:
49+
required: true
50+
- type: markdown
51+
attributes:
52+
value: |
53+
Thanks for filling out this form and improving the Serverless Docs.

0 commit comments

Comments
 (0)