From abf7dab3593e272fd07562e34f7261307a0a59e0 Mon Sep 17 00:00:00 2001 From: davide Date: Sun, 13 Apr 2025 18:46:04 +0200 Subject: [PATCH] feat: Add firt bug template proposal The outcome of the related discussion will determine whether this proposal gets merged or not. Refs: [discussion](https://github.com/nishanb/CK-X/discussions/15_) --- .github/ISSUE_TEMPLATE/bug-report.md | 101 +++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..394cff0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,101 @@ +--- +name: "🐛 Bug Report" +about: Report a bug or issue you've found while using CK-X Simulator +title: "[Bug] " +labels: bug +assignees: '' + +--- + +## Describe the bug + + + +## Report in Depth + + + +## Steps to reproduce + + + +## Expected Behavior + + + +## Actual Behaviour + + + +## Screenshots / Logs + + + +## Workaround + + + +## Environment (please complete the following): + + + +## Additional context + + \ No newline at end of file