first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Please add a speaking title"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Used versions (please complete the following information):**
- TYPO3 Version: [e.g. 10.4.13]
- Browser: [e.g. chrome, safari]
- EXT:meilisearch Version: [e.g. 10.0.0]
- Used Meilisearch Version: [e.g. 8.8.0]
- PHP Version: [e.g. 7.4.0]
- MySQL Version: [e.g. 8.0.0]
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] Please describe your feature wish here"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
**Target versions**
Please add the EXT:meilisearch target versions here.

10
.github/ISSUE_TEMPLATE/task.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Task
about: This template is used to decribe regular tasks
title: "[TASK]"
labels: ''
assignees: ''
---
**What should be done in the scope of this task?**