From aedaf93831bbb294658c1fc1c15669021c82ab29 Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Mon, 28 Apr 2025 14:17:38 +0200 Subject: [PATCH] feat: add issue template for es 9.x client --- .../bug-report-for-version-9-x.md | 33 +++++++++++++++++++ .../ISSUE_TEMPLATE/{config,yml => config.yml} | 0 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-for-version-9-x.md rename .github/ISSUE_TEMPLATE/{config,yml => config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-version-9-x.md b/.github/ISSUE_TEMPLATE/bug-report-for-version-9-x.md new file mode 100644 index 00000000000..2ae21b6fe46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-for-version-9-x.md @@ -0,0 +1,33 @@ +--- +name: Bug report for version 9.x +about: File a bug report for Elastic.Clients.Elasticsearch version 9.x +title: '' +labels: + - 'Category: Bug' + - '9.x' +assignees: '' + +--- + +**Elastic.Clients.Elasticsearch version**: + +**Elasticsearch version**: + +**.NET runtime version**: + +**Operating system version**: + +**Description of the problem including expected versus actual behavior**: +A clear and concise description of what the bug is. + +**Steps to reproduce**: + 1. + 2. + 3. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Provide `ConnectionSettings` (if relevant)**: + +**Provide `DebugInformation` (if relevant)**: diff --git a/.github/ISSUE_TEMPLATE/config,yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config,yml rename to .github/ISSUE_TEMPLATE/config.yml