Skip to content

Commit 2f92b28

Browse files
committed
Updated issue templates
1 parent 37f1128 commit 2f92b28

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Paste your code here:
2323

2424
```
2525

26+
<!--
27+
In some cases, it might be challenging to reproduce the bug in a few lines of code.
28+
You can fork the following repository, which contains all the configuration needed
29+
to spin up a three nodes Elasticsearch cluster with security enabled.
30+
The repository also contains a preconfigured client instance that you can use to reproduce the issue.
31+
https://github.com/delvedor/es-reproduce-issue
32+
--->
33+
2634
## Expected behavior
2735

2836
A clear and concise description of what you expected to happen.

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Paste your code here:
2929

3030
```
3131

32+
<!--
33+
In some cases, it might be challenging to reproduce the bug in a few lines of code.
34+
You can fork the following repository, which contains all the configuration needed
35+
to spin up a three nodes Elasticsearch cluster with security enabled.
36+
The repository also contains a preconfigured client instance that you can use to reproduce the issue.
37+
https://github.com/delvedor/es-reproduce-issue
38+
--->
39+
3240
## Expected behavior
3341

3442
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)