Update issue templates

Template for questions
This commit is contained in:
Salvador E. Tropea 2022-05-23 07:44:45 -03:00 committed by GitHub
parent 53f6598c47
commit f0a873dbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
---
name: Question about how to use
about: Ask a question about how to get some result
title: "[HOW]"
labels: question
assignees: set-soft
---
**What do you want to achieve?**
Describe the result you want to get with as much detail as possible.
**Do you have some PCB/Schematic to use as example?**
A small example can be attached, no need to attach a whole project. To attach files put them inside a .ZIP.
If you are working on a public repo a link to the project is ok.
**Do you have some configuration file (.kibot.yaml) that you are using?**
You can attach it or paste the content in the following section:
```yaml
Paste YAML example here
```
**Environment (please complete the following information):**
Where are you running KiBot:
- In a CI/CD workflow? (Ex: `GitHub`/`GitLab`)
- In a GitHub action? Which tag are you using? (Ex `v1`, `v1_k6`, `v2`, `v2_d`, `v2_dk6`, `v2_k6`)
- Using a docker image? (Ex: `kicad_auto:ki6`, `kicad_auto:latest`, `kicad_auto:dev`, `kicad_auto:dev_k6`, a custom one? can you provide the `Dockerfile`)
- Using a desktop system? Which OS, distro and version?
**Additional context**
Add any other context about your setup/project.