Skip to content

Commit 888f6f8

Browse files
committed
Review doc
1 parent 6a172c5 commit 888f6f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Before submitting a pull request:
3838

3939
## Run Tests
4040

41-
The full test suite requires PHP cli with mongodb extension, a running MongoDB server.
41+
The full test suite requires PHP cli with mongodb extension and a running MongoDB server. A replica set is required for
42+
testing transactions.
4243
Duplicate the `phpunit.xml.dist` file to `phpunit.xml` and edit the environment variables to match your setup.
4344

4445
```bash
@@ -69,7 +70,8 @@ If the project maintainer has any additional requirements, you will find them li
6970

7071
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
7172

72-
- **Document any change in behaviour** - Make sure the documentation is kept up-to-date. Update the changelog for new features and bug fixes.
73+
- **Document any change in behaviour** - Make sure the documentation is kept up-to-date, and update the changelog for
74+
new features and bug fixes.
7375

7476
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs is not an option.
7577

0 commit comments

Comments
 (0)