Skip to content

Commit

Permalink
Enhancement: Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 27, 2024
1 parent 138d838 commit c2d05a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CONTRIBUTING

We use [GitHub Actions](https://github.com/features/actions) as a continuous integration system.

For details, take a look at the following workflow configuration files:

- [`workflows/integrate.yaml`](workflows/integrate.yaml)

## Tests

We use [`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) to drive the development.

Run

```sh
vendor/bin/phpunit --configuration=tests/phpunit.xml
```

to run all the tests.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@ You can now run through the result and put it formatted into a drop-down field o

-------------------------------------------------

# Contributing

The maintainers of this project suggest following the [contribution guide](.github/CONTRIBUTING.md).

# License
Moment.php is freely distributable under the terms of the MIT license.

Expand Down

0 comments on commit c2d05a9

Please sign in to comment.