Update bug report GitHub issue template

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-09-02 00:25:10 -04:00
parent 0f3abf25f7
commit 97f04cff31

View File

@ -11,9 +11,23 @@ assignees: ''
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
With environment variables (if applicable):
```bash
PSU_KEY=value
...
```
With configurations (if applicable):
```yaml
key: value
...
```
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Run '...' with flags '...' and/or environment variables '...' and/or configurations '...' 1. Run `...`
2. See error 2. See error
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
@ -23,13 +37,13 @@ If applicable, copy and paste the program output to help explain your problem.
**Standalone executable binary (please complete the following information):** **Standalone executable binary (please complete the following information):**
- OS: [e.g. iOS] - OS: [e.g. iOS]
- Shell interpreter [e.g. Bash, Zsh, CMD, PowerShell] - Shell interpreter: [e.g. Bash, Zsh, CMD, PowerShell]
- Portainer version [e.g. 1.19.0, 1.21.0, 1.22.0] - Portainer version: [e.g. 1.19.0, 1.21.0, 1.22.0]
- Program version [e.g. 2.1.0, 2.0.0-alpha.1, 0.1.1] - Program version: [e.g. 2.1.0, 2.0.0-alpha.1, 0.1.1]
**Docker image (please complete the following information):** **Docker image (please complete the following information):**
- Image tag: [e.g. 2.1.0, 0.1.1] - Image tag: [e.g. 2.1.0, 0.1.1]
- Portainer version [e.g. 1.19.0, 1.21.0, 1.22.0] - Portainer version: [e.g. 1.19.0, 1.21.0, 1.22.0]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.