32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
|
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.
|