Skip to content

Commit 78ae0e1

Browse files
committed
Adding Issue Template
1 parent fdd55d9 commit 78ae0e1

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report 🐞
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
If the issue happens in multiple SDKs, open it in the [integration-guides](https://github.com/meilisearch/integration-guides/issues) instead.
10+
This is not an exhaustive model but a help. No step is mandatory.
11+
12+
**Description**
13+
Description of what the bug is about.
14+
15+
**Expected behavior**
16+
What you expected to happen.
17+
18+
**Current behavior**
19+
What happened.
20+
21+
**Screenshots or Logs**
22+
If applicable, add screenshots or logs to help explain your problem.
23+
24+
**Environment (please complete the following information):**
25+
- OS: [e.g. Debian GNU/Linux]
26+
- MeiliSearch version: [e.g. v.0.20.0]
27+
- meilisearch-python version: [e.g v0.14.1]
28+
29+
**Other**
30+
Any other things you want to add.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request 💡
3+
about: Suggest a new idea for the project.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
If the feature deserves to be added into multiple SDKs, open an issue in the [integration-guides](https://github.com/meilisearch/integration-guides/issues) instead.
10+
This template is not an exhaustive model but a help. No step is mandatory.
11+
12+
**Description**
13+
Brief explanation of the feature.
14+
15+
**Basic example**
16+
If the proposal involves something new or a change, include a basic example. How would you use the feature? In which context?
17+
18+
**Other**
19+
Any other things you want to add.

.github/ISSUE_TEMPLATE/other.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Other
3+
about: Any other topic you want to talk about.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---

0 commit comments

Comments
 (0)