From 23d5674a3a7f6518614c45dd6b4fc33195c50088 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sat, 25 Sep 2021 07:41:30 +0200 Subject: [PATCH] Add contributing documentation --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f13cf30 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to this project +I love your input! I want to make contributing to this project as easy and transparent as possible. + +## Report bugs using Github's [issues](https://github.com/TrafeX/docker-php-nginx/issues) +GitHub issues is used to track public bugs. +Report a bug by [opening a new issue](https://github.com/TrafeX/docker-php-nginx/issues/new); it's that easy! + +### What to include in an issue? +- A quick summary and/or background +- Steps to reproduce + - Include what version of the image you are using + - Add the `Dockerfile` if you made any changes + - Include the command you used to run the container +- What you expected would happen +- What actually happens +- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work) + +## License +By contributing, you agree that your contributions will be licensed under its [MIT License](./LICENSE).