Skip to content

Commit

Permalink
chore: fix docs typo
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
neilime committed Jul 5, 2024
1 parent 52aa624 commit 3e30921
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
24 changes: 7 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,25 @@
---
name: Bug report
about: Create a report to help us improve

---

**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

1. Do this '...'
2. Then that '....'
3. 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.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Context**

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Version: [e.g. 1.0.0]
- OS: [e.g. iOS]

**Additional context**
Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/actions/setup-php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ runs:
key: ${{ runner.os }}-tools-${{ github.sha }}
restore-keys: |
${{ runner.os }}-tools-
- name: ♻️ Tests cache
uses: actions/cache@v4
with:
path: tests/.phpunit.cache
key: ${{ runner.os }}-tests-${{ github.sha }}
restore-keys: |
${{ runner.os }}-tests-
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Enhancement suggestions are tracked as [GitHub issues](/issues).

## Styleguides

- Code MUST respect the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style.
- Code MUST respect the lint rules defined in the project.

### Commit Messages

Expand Down

0 comments on commit 3e30921

Please sign in to comment.