Skip to content

Commit 23d5674

Browse files
committed
Add contributing documentation
1 parent 9365423 commit 23d5674

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing to this project
2+
I love your input! I want to make contributing to this project as easy and transparent as possible.
3+
4+
## Report bugs using Github's [issues](https://github.com/TrafeX/docker-php-nginx/issues)
5+
GitHub issues is used to track public bugs.
6+
Report a bug by [opening a new issue](https://github.com/TrafeX/docker-php-nginx/issues/new); it's that easy!
7+
8+
### What to include in an issue?
9+
- A quick summary and/or background
10+
- Steps to reproduce
11+
- Include what version of the image you are using
12+
- Add the `Dockerfile` if you made any changes
13+
- Include the command you used to run the container
14+
- What you expected would happen
15+
- What actually happens
16+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
17+
18+
## License
19+
By contributing, you agree that your contributions will be licensed under its [MIT License](./LICENSE).

0 commit comments

Comments
 (0)