mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
Add issue templates and contributors.md
This commit is contained in:
parent
9b05503e77
commit
44f3242b85
4 changed files with 117 additions and 0 deletions
61
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
61
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Hi, I use this docker registry UI and I have an issue...
|
||||
|
||||
## Bug description
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
## How to Reproduce
|
||||
|
||||
For UI bug, steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
For service bug, steps to reproduce the behavior:
|
||||
<!-- Remove your credentials or anonymize them -->
|
||||
My docker-compose file
|
||||
```yml
|
||||
|
||||
```
|
||||
|
||||
My private docker registry configuration
|
||||
```yml
|
||||
|
||||
```
|
||||
|
||||
## Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Screenshots
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## System information
|
||||
|
||||
- OS: [e.g. Debian 10, Windows, Android 9...]
|
||||
<!-- Browser is only for UI bugs -->
|
||||
- Browser:
|
||||
- Name: [e.g. Chrome, Firefox...]
|
||||
- Version: [e.g. 22]
|
||||
- Docker registry UI:
|
||||
- Version: [e.g. 1.3.0]
|
||||
- Interface variant: [standard or static]
|
||||
- Server: [docker or dist]
|
||||
<!-- Only for Docker and for where the UI is hosted -->
|
||||
- Docker version: [e.g. 19.03]
|
||||
- OS/Arch: [e.g. linux/amd64]
|
||||
- Tools: [e.g. docker-compose, kubernets..]
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any other context about the problem here.
|
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Custom issue template
|
||||
about: Describe this issue template's purpose here.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
26
CONTRIBUTORS.md
Normal file
26
CONTRIBUTORS.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Contributors
|
||||
|
||||
## Committers
|
||||
|
||||
Jones Magloire [@Joxit](https://github.com/Joxit)
|
||||
Lennart Blom [@lennartblom](https://github.com/lennartblom)
|
||||
Jakob Ackermann [@das7pad](https://github.com/das7pad)
|
||||
Olivier Nizet [@onizet](https://github.com/onizet)
|
||||
Anton Antonov [@syndbg](https://github.com/syndbg)
|
||||
Bertrand Pechenot [@berpec](https://github.com/berpec)
|
||||
Sébastien Huss [@sebt3](https://github.com/sebt3)
|
||||
Vladimir Kozyrev [@fieryvova](https://github.com/fieryvova)
|
||||
Haibo Jia [@bluethon](https://github.com/bluethon)
|
||||
|
||||
## Beceause committers are not the only contributors
|
||||
|
||||
Ewout Prangsma [@ewoutp](https://github.com/ewoutp)
|
||||
[@soosap](https://github.com/soosap)
|
||||
Madhukar Mishra [@madhukar93](https://github.com/madhukar93)
|
||||
Yoan Blanc [@greut](https://github.com/greut)
|
||||
[@samuelmaier](https://github.com/samuelmaier)
|
||||
[@sbaloo](https://github.com/sbaloo)
|
||||
[@rucciva](https://github.com/rucciva)
|
||||
[@wuyue92tree](https://github.com/wuyue92tree)
|
||||
Giovanni Toraldo [@gionn](https://github.com/gionn)
|
||||
[@marcusblake](https://github.com/marcusblake)
|
Loading…
Add table
Add a link
Reference in a new issue