Update issue templates

This commit is contained in:
Carlos D. Álvaro
2020-08-30 11:33:30 +02:00
committed by GitHub
parent 59e0bf866c
commit b41f0daa78
2 changed files with 52 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: cdalvaro
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Minimum salt configuration file
2. Minimum salt state to reproduce the error
3. Additional required files to reproduce the error
4. Execution command
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional info**
The full log with the outputted error.
**Version report (please complete the following information):**
- OS: [e.g. `uname -a`]
- Docker: [`docker --version`]
- Image tag: [e.g. 3001.1]
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: cdalvaro
---
**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.