Skip to content

Commit f87cd33

Browse files
committedApr 12, 2025·
Merge branch 'v3.x'
·
v3.0.2v3.0.0
2 parents cf73b6b + ab950cb commit f87cd33

File tree

160 files changed

+19789
-5268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+19789
-5268
lines changed
 

‎.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Laravel Elasticsearch Package Code Ownership
2+
# Defines who must review changes to specific parts of the codebase.
3+
4+
# Package metadata and config
5+
/composer.json @pdphilip
6+
/LICENSE @pdphilip
7+
/.github/ @pdphilip
8+
/README.md @pdphilip
9+
10+
# Core source code
11+
/src/ @pdphilip

‎.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
## Package version
10+
ex: v2.10.3 (NB!)
11+
12+
13+
## Describe the bug
14+
A clear and concise description of what the bug is.
15+
16+
17+
18+
## To Reproduce
19+
Steps to reproduce the behavior:
20+
21+
22+
23+
## Expected behavior
24+
A clear and concise description of what you expected to happen.
25+
26+
27+
28+
---
29+
**Screenshots**:
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Component Versions (Paste in the `require` section from your composer.json file):**
33+
```json
34+
"require": {
35+
36+
},
37+
```
38+
39+
**Additional context**:
40+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
Please sign in to comment.