From da4a8159dfe49ac1f25bb52d2b3191885175caf3 Mon Sep 17 00:00:00 2001 From: leocavalcante Date: Mon, 4 Dec 2023 18:50:56 -0300 Subject: [PATCH] chore(docs): Contributing --- CONTRIBUTING.md | 11 +++++++++++ README.md | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..042cc28 --- /dev/null +++ b/CONTRIBUTING.md @@ -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/ +``` diff --git a/README.md b/README.md index 5b59f6e..a8f4e11 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,7 @@ Xdebug 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).