Skip to content

Commit b62e121

Browse files
authored
feat: add issue template for es 9.x client (#8504)
1 parent 9a4ca1e commit b62e121

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report for version 9.x
3+
about: File a bug report for Elastic.Clients.Elasticsearch version 9.x
4+
title: ''
5+
labels:
6+
- 'Category: Bug'
7+
- '9.x'
8+
assignees: ''
9+
10+
---
11+
12+
**Elastic.Clients.Elasticsearch version**:
13+
14+
**Elasticsearch version**:
15+
16+
**.NET runtime version**:
17+
18+
**Operating system version**:
19+
20+
**Description of the problem including expected versus actual behavior**:
21+
A clear and concise description of what the bug is.
22+
23+
**Steps to reproduce**:
24+
1.
25+
2.
26+
3.
27+
28+
**Expected behavior**
29+
A clear and concise description of what you expected to happen.
30+
31+
**Provide `ConnectionSettings` (if relevant)**:
32+
33+
**Provide `DebugInformation` (if relevant)**:
File renamed without changes.

0 commit comments

Comments
 (0)