diff --git a/docs/issue_template.md b/docs/issue_template.md new file mode 100644 index 000000000..774f27e20 --- /dev/null +++ b/docs/issue_template.md @@ -0,0 +1,50 @@ + + +## Description of the issue + +## Context information (for bug reports) + +``` +Output of "docker-compose version" +``` + +``` +Output of "docker version" +``` + +``` +Output of "docker-compose config" +``` + + +## Steps to reproduce the issue + +1. +2. +3. + +### Observed result + +### Expected result + +### Stacktrace / full error message + +``` +(if applicable) +``` + +## Additional information + +OS version / distribution, `docker-compose` install method, etc. diff --git a/docs/pull_request.md b/docs/pull_request.md new file mode 100644 index 000000000..ffe751fb3 --- /dev/null +++ b/docs/pull_request.md @@ -0,0 +1,13 @@ + + + +Resolves #