From 2e7b3bcf3095b2bd0e4262e6275e0b4343cf3f02 Mon Sep 17 00:00:00 2001 From: maria Date: Mon, 17 Aug 2026 09:26:20 +0000 Subject: [PATCH] Aggiunto issue template: Bug Report --- .gitea/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.md diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e2c30b2 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Segnala un bug o un comportamento inaspettato +title: "[BUG] " +labels: bug +assignees: '' +--- + +## Descrizione +Descrivi il bug in modo chiaro e conciso. + +## Steps to Reproduce +1. Vai a '...' +2. Clicca su '...' +3. Scorri fino a '...' +4. Vedi errore + +## Expected Behavior +Cosa ti aspettavi che accadesse. + +## Actual Behavior +Cosa รจ effettivamente accaduto. + +## Screenshots +Se applicabile, aggiungi screenshot per aiutare a spiegare il problema. + +## Environment +- OS: [es. macOS 14.0] +- Browser [es. Chrome 120] +- Versione [es. 1.0.0] + +## Additional Context +Aggiungi altre informazioni sul problema qui.