From 05fe5f4832e6596cb8bf01e875cc3faa5a1ac9f7 Mon Sep 17 00:00:00 2001 From: thorinaboenke Date: Thu, 11 Jun 2026 10:42:15 +0200 Subject: [PATCH 1/3] fix bug report template --- .github/ISSUE_TEMPLATE/01_bug_report.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md index a258c9501..b50761e5a 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.md +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -7,15 +7,26 @@ about: If something isn't working 🔧 Describe your issue here. ### Your environment -* Version of ruby -* Docker or manual installation? -* Which browser and its version +* Version of AttackMate (`attackmate --version`) +* Python version (`python --version`) +* Docker, pip, or uv installation? +* OS and version ### Steps to reproduce -Tell us how to reproduce this issue. +Tell us how to reproduce this issue. + +### Playbook +Provide a minimal playbook that reproduces the issue (remove sensitive data): + +```yaml + +``` ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead + +### Log output +Paste the relevant log output or error/stack trace here: From fc6f6459e8828251e649ec756dc19c28807428cf Mon Sep 17 00:00:00 2001 From: thorinaboenke Date: Thu, 11 Jun 2026 10:48:06 +0200 Subject: [PATCH 2/3] typo --- .github/ISSUE_TEMPLATE/01_bug_report.md | 2 +- .github/ISSUE_TEMPLATE/02_feature_request.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md index b50761e5a..eb0b4ce70 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.md +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -9,7 +9,7 @@ Describe your issue here. ### Your environment * Version of AttackMate (`attackmate --version`) * Python version (`python --version`) -* Docker, pip, or uv installation? +* Ansible, Docker, pip, or uv installation? * OS and version ### Steps to reproduce diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md index a7edab580..979fae026 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.md +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -5,7 +5,7 @@ about: If you have a feature request 💡 **Context** -What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? +What are you trying to do and how would you want to do it differently? Is it something you currently cannot do? Is this related to an issue/problem? **Alternatives** @@ -18,4 +18,3 @@ Please provide a link to the issue. **If the feature request is approved, would you be willing to submit a PR?** Yes / No _(Help can be provided if you need assistance submitting a PR)_ - From 511b2d91701a477b689a30e8d4ef5c87c81e8de0 Mon Sep 17 00:00:00 2001 From: thorinaboenke Date: Thu, 11 Jun 2026 10:49:09 +0200 Subject: [PATCH 3/3] add config to bug template --- .github/ISSUE_TEMPLATE/01_bug_report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md index eb0b4ce70..42cde331c 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.md +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -22,6 +22,13 @@ Provide a minimal playbook that reproduces the issue (remove sensitive data): ``` +### Config +Provide the config you used. + +```yaml + +``` + ### Expected behaviour Tell us what should happen