From 3537d4ab2b33c65ffe090fc915c8ff6dabe882a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Tue, 24 Aug 2021 09:50:46 +0200 Subject: [PATCH] Improve APM issue template (#109561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/APM.yml | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/APM.yml diff --git a/.github/ISSUE_TEMPLATE/APM.yml b/.github/ISSUE_TEMPLATE/APM.yml new file mode 100644 index 0000000000000..cbcabdee25718 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/APM.yml @@ -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 + +