mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add issue templates
This commit is contained in:
parent
115754a061
commit
d921dd0ba6
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
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**
|
||||
Steps to reproduce the behavior:
|
||||
1. Run '...' with flags '...' and/or environment variables '...' and/or configurations '...'
|
||||
2. See error
|
||||
|
||||
**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]
|
||||
|
||||
**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]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
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: "[ENHANCEMENT]"
|
||||
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.
|
Loading…
Reference in New Issue
Block a user