1
0
Fork 0

Adding upstream version 0.31.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 21:42:39 +02:00
parent 091495b2f3
commit 5d4914ed7f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
61 changed files with 30627 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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-go version: [e.g v0.14.1]

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support questions & other
url: https://discord.meilisearch.com/
about: Support is not handled here but on our Discord

View file

@ -0,0 +1,18 @@
---
name: Feature Request & Enhancement 💡
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.