From 44f3242b853ecb010c927d9fb48c4f4b9c1b9e21 Mon Sep 17 00:00:00 2001 From: Joxit Date: Tue, 24 Sep 2019 22:41:38 +0200 Subject: [PATCH] Add issue templates and contributors.md --- .github/ISSUE_TEMPLATE/bug_report.md | 61 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++ CONTRIBUTORS.md | 26 ++++++++++ 4 files changed, 117 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 CONTRIBUTORS.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4ea39c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: + +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: + - 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] + + - 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. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..d05042c --- /dev/null +++ b/CONTRIBUTORS.md @@ -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)