Skip to content

Add the issue template files #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report 🐞
about: Create a report to help us improve.
title: ''
labels: ''
assignees: ''
---

<!-- This is not an exhaustive model but a help. No step is mandatory. -->

**Description**
Description of what the bug is about.

**Expected behavior**
What you expected to happen.

**Current behavior**
What happened.

**Screenshots or Logs**
If applicable, add screenshots or logs to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Debian GNU/Linux]
- MeiliSearch version: [e.g. v.0.20.0]
- meilisearch-python version: [e.g v0.14.1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- meilisearch-python version: [e.g v0.14.1]
- meilisearch-symfony version: [e.g v0.3.0]
- Symfony version: [e.g. v4.4.24]

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature Request 💡
about: Suggest a new idea for the project.
title: ''
labels: ''
assignees: ''
---

<!-- This is not an exhaustive model but a help. No step is mandatory. -->

**Description**
Brief explanation of the feature.

**Basic example**
If the proposal involves something new or a change, include a basic example. How would you use the feature? In which context?

**Other**
Any other things you want to add.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Other
about: Any other topic you want to talk about.
title: ''
labels: ''
assignees: ''
---