From caaafd7621ec4ed0289bd7c9d1eb6616a3be21e5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 30 May 2022 12:56:30 -0300 Subject: [PATCH] Removed trailing spaces --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/question-about-how-to-use.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c853c967..e536b4a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ 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? +- Using a desktop system? Which OS, distro and version? **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/question-about-how-to-use.md b/.github/ISSUE_TEMPLATE/question-about-how-to-use.md index c8ebc6fe..e804ea3e 100644 --- a/.github/ISSUE_TEMPLATE/question-about-how-to-use.md +++ b/.github/ISSUE_TEMPLATE/question-about-how-to-use.md @@ -17,7 +17,7 @@ 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 +Paste YAML example here ``` **Environment (please complete the following information):** @@ -25,7 +25,7 @@ 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? +- Using a desktop system? Which OS, distro and version? **Additional context** Add any other context about your setup/project.