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
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: "Docs issue"
description: Report documentation issues such as inaccuracies, broken links, typos, or missing information.
title: "[Issue]: "
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
Hi 👋. Thanks for taking the time to fill out this issue report!
This form will create an issue that Elastic's docs team will triage and prioritize.
You can also open a PR instead.
- type: dropdown
attributes:
label: Type of issue
description: What type of issue are you reporting?
multiple: false
options:
- Inaccurate
- Missing information
- I can't find what I'm looking for
- Other
- Other
- type: input
id: link
attributes:
label: What documentation page is affected
description: Include a link to the page where you're seeing the problem.
validations:
required: true
- type: textarea
id: related
attributes:
label: What happened?
description: Describe the issue you're experiencing. Screenshots are valuable too!
validations:
required: true
- type: textarea
id: moreinfo
attributes:
label: Additional info
description: Anything else we should know?
validations:
required: false
Loading