Skip to content

Commit e4e7f56

Browse files
bors[bot]meili-bot
andauthored
Merge #87
87: Add the issue template files r=curquiza a=meili-bot _This PR is auto-generated._ Add a template files for issues. Co-authored-by: meili-bot <[email protected]>
2 parents 49abfca + 1d838b1 commit e4e7f56

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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