This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug with the container / image | ||
--- | ||
|
||
* **What is the current behavior?** | ||
|
||
|
||
|
||
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** | ||
|
||
|
||
|
||
* **What is the expected behavior?** | ||
|
||
|
||
|
||
* **What is the motivation / use case for changing the behavior?** | ||
|
||
|
||
|
||
* **Please tell us about your environment:** | ||
|
||
- Docker Image: griefed/image:tag e.g. griefed/d-zone:proxy | ||
- docker & docker-compose Version: Use `docker version && docker-compose version` | ||
|
||
``` | ||
Client: Docker Engine - Community | ||
Version: 19.03.13 | ||
API version: 1.40 | ||
Go version: go1.13.15 | ||
Git commit: 4484c46d9d | ||
Built: Wed Sep 16 17:02:52 2020 | ||
OS/Arch: linux/amd64 | ||
Experimental: false | ||
Server: Docker Engine - Community | ||
Engine: | ||
Version: 19.03.13 | ||
API version: 1.40 (minimum version 1.12) | ||
Go version: go1.13.15 | ||
Git commit: 4484c46d9d | ||
Built: Wed Sep 16 17:01:20 2020 | ||
OS/Arch: linux/amd64 | ||
Experimental: false | ||
containerd: | ||
Version: 1.3.7 | ||
GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 | ||
runc: | ||
Version: 1.0.0-rc10 | ||
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd | ||
docker-init: | ||
Version: 0.18.0 | ||
GitCommit: fec3683 | ||
docker-compose version 1.25.0, build unknown | ||
docker-py version: 4.1.0 | ||
CPython version: 3.8.5 | ||
OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020 | ||
``` | ||
|
||
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] | ||
|
||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Documentation Request | ||
about: Request for documentation about a certain aspect of the docker image / container | ||
--- | ||
|
||
# Documentation Request | ||
|
||
<!-- Delete this line and everything below it, but read below first for information on what you should include --> | ||
Please include the following: | ||
|
||
* Links to any existing documentation if it exists but is unclear. | ||
* Information on what feature/aspect of this container needs updating / expansion. | ||
* What you're currently trying to do with the container that has led you to require the given feature. | ||
* Some background on what information you might like to see in the documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Pull Request | ||
about: Pull request for a change / addition / fix you made to the repository. | ||
--- | ||
|
||
* **Please check if the PR fulfills these requirements** | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Docs have been added / updated (for bug fixes / features) | ||
|
||
|
||
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) | ||
|
||
|
||
|
||
* **What is the current behavior?** (You can also link to an open issue here) | ||
|
||
|
||
|
||
* **What is the new behavior (if this is a feature change)?** | ||
|
||
|
||
|
||
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) | ||
|
||
|
||
|
||
* **Other information**: |