psu/.github/ISSUE_TEMPLATE/bug_report.md

50 lines
1.0 KiB
Markdown
Raw Normal View History

2019-08-17 06:05:37 +00:00
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
With environment variables (if applicable):
```bash
PSU_KEY=value
...
```
With configurations (if applicable):
```yaml
key: value
...
```
2019-08-17 06:05:37 +00:00
Steps to reproduce the behavior:
1. Run `...`
2. See error
2019-08-17 06:05:37 +00:00
**Expected behavior**
A clear and concise description of what you expected to happen.
**Standard/Error output**
If applicable, copy and paste the program output to help explain your problem.
**Standalone executable binary (please complete the following information):**
- OS: [e.g. iOS]
- Shell interpreter: [e.g. Bash, Zsh, CMD, PowerShell]
- 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]
2019-08-17 06:05:37 +00:00
**Docker image (please complete the following information):**
- Image tag: [e.g. 2.1.0, 0.1.1]
- Portainer version: [e.g. 1.19.0, 1.21.0, 1.22.0]
2019-08-17 06:05:37 +00:00
**Additional context**
Add any other context about the problem here.