mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Improve APM issue template (#109561)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1e8609b3db
commit
114dbb4cd9
2 changed files with 44 additions and 11 deletions
11
.github/ISSUE_TEMPLATE/APM.md
vendored
11
.github/ISSUE_TEMPLATE/APM.md
vendored
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
name: APM Issue
|
||||
about: Issues related to the APM solution in Kibana
|
||||
labels: Team:apm
|
||||
title: "[APM]"
|
||||
---
|
||||
|
||||
**Versions**
|
||||
Kibana: (if relevant)
|
||||
APM Server: (if relevant)
|
||||
Elasticsearch: (if relevant)
|
44
.github/ISSUE_TEMPLATE/APM.yml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/APM.yml
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
name: APM Issue
|
||||
description: Issues related to the curated APM UI in Kibana
|
||||
labels: Team:apm
|
||||
title: "[APM] "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for our interest in Elastic APM. This issue tracker is meant for reporting bugs and problems with APM UI. For questions around how to use or setup APM, please refer to our [Discuss Forum](https://discuss.elastic.co/)
|
||||
- type: input
|
||||
attributes:
|
||||
label: Kibana version
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: APM Server version (if applicable)
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Elasticsearch version (if applicable)
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A concise description of what you expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Actual Behavior
|
||||
description: A concise description of what you're experiencing.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue