-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on this documentation, I've added a file with an issue template: https://help.github.com/articles/helping-people-contribute-to-your-project/
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
***Before you open an issue, you should search for similar issues. | ||
Especially for issues that deal with starting the docker-registry-frontend we have seen a tremendous amount | ||
of issues and most of the time a reference to the [example-setup](https://github.com/kwk/docker-registry-frontend/tree/v2/example-setup) | ||
folder was enough for the issue reporter to solve the issue on her own.*** | ||
|
||
Please, make sure to provide all the information asked for below and then delete everything above **Expected behavior** including this line. | ||
|
||
## Expected behavior | ||
|
||
- [x] *Please describe what you tried to do and what you expect the software to act like.* | ||
|
||
## Actual behavior | ||
|
||
- [x] *Please describe what happened instead of the expected behavior.* | ||
|
||
## Steps to reproduce the problem | ||
|
||
- [x] *Please describe how a developer can reproduce the issue that you faced. | ||
Make sure you include information how you configured or started the registry and the frontend.* | ||
|
||
## Specifications | ||
|
||
- [x] Which version of docker (`docker version`) are you running? | ||
- [x] Which operating system do you use? | ||
- [x] Which version of the docker-registry-frontend are you running? | ||
* If you have the frontend running already you can find the version at the very bottom on every page. | ||
* Otherwise you can provide the output of `docker images | grep "docker-registry-frontend"`. |