update issue templates

This commit is contained in:
iwilltry42 2020-04-23 08:48:02 +02:00
parent 28c13446f2
commit e00db082a4
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
3 changed files with 55 additions and 16 deletions

View File

@ -7,32 +7,34 @@ assignees: ''
---
**What did you do?**
### Describe what you did leading up to the issue
- How was the cluster created?
- `k3d create -x A -y B`
- `k3d create -x A -y B`
- What did you do afterwards?
- k3d commands?
- docker commands?
- OS operations (e.g. shutdown/reboot)?
- k3d commands?
- docker commands?
- OS operations (e.g. shutdown/reboot)?
**What did you expect to happen?**
### Describe what you expected to happen
Concise description of what you expected to happen after doing what you described above.
**Screenshots or terminal output**
### Add screenshots or terminal output
If applicable, add screenshots or terminal output (code block) to help explain your problem.
**Which OS & Architecture?**
### Describe your Setup
#### OS / Architecture
- Linux, Windows, MacOS / amd64, x86, ...?
**Which version of `k3d`?**
#### k3d version
- output of `k3d --version`
**Which version of docker?**
### docker version
- output of `docker version`

View File

@ -7,24 +7,24 @@ assignees: ''
---
**Is your feature request related to a problem or a Pull Request?**
### Related Issues and/or Pull-Requests
Please link to the issue/PR here and explain how your request is related to it.
**Scope of your request**
### Scope of your request
Do you need...
- a new command (next to e.g. `create`, `delete`, etc. used via `k3d <your-command>`)?
- a new flag for a command (e.g. `k3d create --<your-flag>`)?
- which command?
- which command?
- different functionality for an existing command/flag
- which command or flag?
- which command or flag?
**Describe the solution you'd like**
### Describe the solution you'd like
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

37
.github/ISSUE_TEMPLATE/help_question.md vendored Normal file
View File

@ -0,0 +1,37 @@
---
name: Help/Question
about: Ask a question or request help for any challenge/issue
title: "[HELP/QUESTION] "
labels: help, question
assignees: ''
---
### Your Question/Help Request
What's up?
### Information for Helpers
**What did you do?**
- How was the cluster created?
- `k3d create -x A -y B`
- What did you do afterwards?
- k3d commands?
- docker commands?
- OS operations (e.g. shutdown/reboot)?
- kubectl commands?
**Which OS & Architecture?**
- Linux, Windows, MacOS / amd64, x86, ...?
**Which version of `k3d`?**
- output of `k3d --version`
**Which version of docker?**
- output of `docker version`