Skip to content

Commit

Permalink
Merge #131
Browse files Browse the repository at this point in the history
131: 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 <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
  • Loading branch information
3 people committed May 30, 2021
2 parents f7edc3f + b3c437e commit 4a82185
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -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]
- docs-scraper version: [e.g v0.10.4]
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -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
@@ -0,0 +1,7 @@
---
name: Other
about: Any other topic you want to talk about.
title: ''
labels: ''
assignees: ''
---

0 comments on commit 4a82185

Please sign in to comment.