Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 3ea849b

Browse files
authored
Implement issue templates (#207)
* Create issue template: bug_report.md Initial version, still need improvements * Update bug_report.md * Create feature_request.md * Create help_wanted.md * Update help_wanted.md
1 parent d9cd6f8 commit 3ea849b

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Report a bug related to scout-elastic-driver. Please ensure you are using the latest version.
4+
5+
---
6+
7+
<!--
8+
Please fill up this template in order to help us to reproduce,
9+
investigate and possibly fix your bug report. Issues that doesn't
10+
follow this template will be closed.
11+
-->
12+
13+
**Versions**
14+
15+
- scout-elastic-driver: #.#.#
16+
- laravel/framwork: #.#.#
17+
- php: #.#.#
18+
- elasticsearch: #.#.#
19+
20+
**Description**
21+
22+
<!-- Describe the bug you are reporting. Try to do your best here -->
23+
24+
**Steps to reproduce**
25+
26+
<!--
27+
Describe the steps to reproduce the bug. Remember that if we can't reproduce,
28+
we will not be able to fix the issue. So this step is also very important.
29+
-->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 💡 Feature request
3+
about: Ask for features.
4+
5+
---
6+
7+
<!--
8+
Please fill up this template in order to help us to understand
9+
your feature request.
10+
-->
11+
12+
**Short Description**
13+
14+
<!-- Describe the feature you are requesting in a few words. Try to do your best here -->
15+
16+
**Use cases**
17+
18+
<!--
19+
Describe some sittuation that this is helpful.
20+
-->

.github/ISSUE_TEMPLATE/help_wanted.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "🧐 Help question"
3+
about: 'Questions about usage of this package.'
4+
5+
---
6+
7+
<!--
8+
Use this template for questions about this package usage, they will receive the `help wanted`
9+
and `question` tags, and the community can help you here.
10+
11+
Also, if the problem is related to the Elasticsearch itself, eg. index mapping, search rules
12+
and environment setup, please try to search first on the official elasticsearch docs and on
13+
Stack Overflow community:
14+
15+
- https://stackoverflow.com/questions/tagged/elasticsearch
16+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
17+
18+
If you decide to create your question here, please try do your best to explain your question,
19+
and if possible provide some code samples. When the question is answered, fell free to close
20+
the issue yourself.
21+
-->

0 commit comments

Comments
 (0)