-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Søren Louv-Jansen <[email protected]>
- Loading branch information
1 parent
10ccb2f
commit e992908
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
|