Skip to content

Commit 7512354

Browse files
committed
Remove Emoji overkill
1 parent f504ac4 commit 7512354

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This repository contains a pre-configured test workflow designed for phpBB exten
66

77
## Table of Contents
88

9-
- [Features](#-features)
10-
- 🚀 [How to Use](#-how-to-use)
11-
- 🛠 [Configuration Options](#-configuration-options)
9+
- [Features](#-features)
10+
- [How to Use](#-how-to-use)
11+
- [Configuration Options](#-configuration-options)
1212
- [Configuration Examples](#-configuration-examples)
1313

14-
## Features
14+
## Features
1515

1616
- Supports **PHP 7.2+** through **8.x**
1717
- Tests against multiple database engines
@@ -22,7 +22,7 @@ This repository contains a pre-configured test workflow designed for phpBB exten
2222
- Files with executable permissions
2323
- Code coverage reports via Codecov
2424

25-
## 🚀 How to Use
25+
## How to Use
2626

2727
On GitHub.com, go to your extension's repository, click **Add file → Create new file**, name it `.github/workflows/tests.yml`, add the workflow content shown below, and commit the file. Make sure to replace `acme/demo` with your actual extension vendor/package name, and optionally you may adjust any of the branch names and other checks.
2828

@@ -69,7 +69,7 @@ Use the test-framework branch that matches the phpBB version you're developing f
6969
- 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**.
7070
- Tests must be defined in your repository using PHPUnit.
7171

72-
## 🛠 Configuration Options
72+
## Configuration Options
7373

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

@@ -267,6 +267,6 @@ Then, in your GitHub repository:
267267

268268
> 💡 You can view your coverage reports and badges by visiting your extension's page on [Codecov.io](https://codecov.io).
269269

270-
## 📄 License
270+
## License
271271

272272
[GNU General Public License v2](license.txt)

0 commit comments

Comments
 (0)