Skip to content

Commit f63017a

Browse files
committed
Enhancement: Add CONTRIBUTING.md
1 parent fe57ff9 commit f63017a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CONTRIBUTING
2+
3+
We are using [GitHub Actions](https://github.com/features/actions) as a continuous integration system.
4+
5+
For details, take a look at the following workflow configuration file:
6+
7+
- [`workflows/integrate.yaml`](workflows/integrate.yaml)
8+
9+
## Tests
10+
11+
We are using [`run-tests.php`](https://github.com/php/php-src/blob/f0c679c72ce02c1578ba9d56a099343b1eb3e16c/run-tests.php) to run [PHPT tests](https://qa.php.net/write-test.php).
12+
13+
Run
14+
15+
```
16+
php tests/run-tests.php
17+
```
18+
19+
to run all the tests.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ https://wiki.php.net/web/mirror
3535

3636
Code must function on a vanilla PHP 7.3 installation.
3737
Please keep this in mind before filing a pull request.
38+
39+
## Contributing
40+
41+
Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

0 commit comments

Comments
 (0)