Skip to content

Commit 1a53baa

Browse files
authored
Merge pull request #36 from iMattPro/update-master
Update master
2 parents 9b99328 + d1aabce commit 1a53baa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ Use the test-framework branch that matches the phpBB version you're developing f
4949
- Your extension's package contents must be located at the root level of the repository. That is, the repository **must directly represent the package**, with all relevant files such as `composer.json`, `README`, `LICENSE`, etc. placed directly in the **root of the repository**, **not inside a subdirectory within the repository**.
5050
- Tests must be defined in your repository using PHPUnit.
5151

52+
## Status Badges
53+
54+
Display a status badge in your repository to indicate the status of your test results.
55+
56+
![Tests](https://github.com/phpbb/phpbb-ext-acme-demo/actions/workflows/tests.yml/badge.svg)
57+
58+
```md
59+
[![Tests](https://github.com/your-org/your-repo/actions/workflows/tests.yml/badge.svg)](https://github.com/your-org/your-repo/actions/workflows/tests.yml)
60+
```
61+
5262
# Configuration Options
5363

5464
You can fine-tune this workflow with several optional arguments in the `with` section:

0 commit comments

Comments
 (0)