You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CONTRIBUTING
2
2
3
-
We are using[GitHub Actions](https://github.com/features/actions) as a continuous integration system.
3
+
We use[GitHub Actions](https://github.com/features/actions) as a continuous integration system.
4
4
5
5
For details, take a look at the following workflow configuration files:
6
6
@@ -12,9 +12,9 @@ For details, take a look at the following workflow configuration files:
12
12
13
13
## Coding Standards
14
14
15
-
We are using[`ergebnis/composer-normalize`](https://github.com/ergebnis/composer-normalize) to normalize `composer.json`.
15
+
We use[`ergebnis/composer-normalize`](https://github.com/ergebnis/composer-normalize) to normalize `composer.json`.
16
16
17
-
We are using[`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.
17
+
We use[`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.
18
18
19
19
If you do not have `yamllint` installed yet, run
20
20
@@ -24,7 +24,7 @@ brew install yamllint
24
24
25
25
to install `yamllint`.
26
26
27
-
We are using[`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to enforce coding standards in PHP files.
27
+
We use[`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to enforce coding standards in PHP files.
28
28
29
29
Run
30
30
@@ -36,7 +36,7 @@ to automatically fix coding standard violations.
36
36
37
37
## Dependency Analysis
38
38
39
-
We are using[`maglnet/composer-require-checker`](https://github.com/maglnet/ComposerRequireChecker) to prevent the use of unknown symbols in production code.
39
+
We use[`maglnet/composer-require-checker`](https://github.com/maglnet/ComposerRequireChecker) to prevent the use of unknown symbols in production code.
40
40
41
41
Run
42
42
@@ -48,7 +48,7 @@ to run a dependency analysis.
48
48
49
49
## Refactoring
50
50
51
-
We are using[`rector/rector`](https://github.com/rectorphp/rector) to automatically refactor code.
51
+
We use[`rector/rector`](https://github.com/rectorphp/rector) to automatically refactor code.
52
52
53
53
Run
54
54
@@ -60,7 +60,7 @@ to automatically refactor code.
60
60
61
61
## Security Analysis
62
62
63
-
We are using[`composer`](https://github.com/composer/composer) to run a security analysis.
63
+
We use[`composer`](https://github.com/composer/composer) to run a security analysis.
64
64
65
65
Run
66
66
@@ -72,7 +72,7 @@ to run a security analysis.
72
72
73
73
## Static Code Analysis
74
74
75
-
We are using[`vimeo/psalm`](https://github.com/vimeo/psalm) to statically analyze the code.
75
+
We use[`vimeo/psalm`](https://github.com/vimeo/psalm) to statically analyze the code.
76
76
77
77
Run
78
78
@@ -82,7 +82,7 @@ make static-code-analysis
82
82
83
83
to run a static code analysis.
84
84
85
-
We are also using the baseline feature of [`vimeo/psalm`](https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#using-a-baseline-file).
85
+
We also use the baseline feature of [`vimeo/psalm`](https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#using-a-baseline-file).
86
86
87
87
Run
88
88
@@ -96,7 +96,7 @@ to regenerate the baseline in [`../psalm-baseline.xml`](../psalm-baseline.xml).
96
96
97
97
## Tests
98
98
99
-
We are using[`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) to drive the development.
99
+
We use[`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) to drive the development.
This package provides an extension for detecting slow tests in [`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit).
15
+
This project provides a [`composer`](https://getcomposer.org) package and a [Phar archive](https://www.php.net/manual/en/book.phar.php) with an extension for detecting slow tests in [`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit).
16
16
17
17
The extension is compatible with the following versions of `phpunit/phpunit`:
18
18
@@ -355,35 +355,35 @@ When the extension uses the new event system, it uses and subscribes to the [`PH
355
355
356
356
## Changelog
357
357
358
-
The maintainers of this package record notable changes to this project in a [changelog](CHANGELOG.md).
358
+
The maintainers of this project record notable changes to this project in a [changelog](CHANGELOG.md).
359
359
360
360
## Contributing
361
361
362
-
The maintainers of this package suggest following the [contribution guide](.github/CONTRIBUTING.md).
362
+
The maintainers of this project suggest following the [contribution guide](.github/CONTRIBUTING.md).
363
363
364
364
## Code of Conduct
365
365
366
-
The maintainers of this package ask contributors to follow the [code of conduct](https://github.com/ergebnis/.github/blob/main/CODE_OF_CONDUCT.md).
366
+
The maintainers of this project ask contributors to follow the [code of conduct](.github/CODE_OF_CONDUCT.md).
367
367
368
368
## General Support Policy
369
369
370
-
The maintainers of this package provide limited support.
370
+
The maintainers of this project provide limited support.
371
371
372
-
You can support the maintenance of this package by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this package](mailto:[email protected]?subject=ergebnis/phpunit-slow-test-detector:%20Requesting%20invoice%20for%20services).
372
+
You can support the maintenance of this project by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this project](mailto:[email protected]?subject=ergebnis/phpunit-slow-test-detector:%20Requesting%20invoice%20for%20services).
373
373
374
374
## PHP Version Support Policy
375
375
376
-
This package supports PHP versions with [active support](https://www.php.net/supported-versions.php).
376
+
This project supports PHP versions with [active and security support](https://www.php.net/supported-versions.php).
377
377
378
-
The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of active support.
378
+
The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached the end of security support.
379
379
380
380
## Security Policy
381
381
382
-
This package has a [security policy](.github/SECURITY.md).
382
+
This project has a [security policy](.github/SECURITY.md).
0 commit comments