Skip to content

Commit

Permalink
chore(docs): Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 4, 2023
1 parent f6b7a4e commit da4a815
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

Feel free to contribute to this project by submitting a pull request to the `main` branch.

## Testing

To run the tests, run the following command:

```bash
./lib/bashunit ./tests/
```
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ Xdebug
</details>

You can always use your custom image with the `PHPCTL_IMAGE` variable, but feel free to ask for more essential extensions in the issues.

## Contributing

Click here to read the [contributing guidelines](CONTRIBUTING.md).

0 comments on commit da4a815

Please sign in to comment.