From 80c5bd426a7070e4a9e4facfc0eed0b994d73439 Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Mon, 15 Jun 2026 21:54:44 +0200 Subject: [PATCH 1/2] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 29 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++ .../support-a-new-file-format.md | 18 ++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/support-a-new-file-format.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..d7919448 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report +title: '' +labels: bug +assignees: '' +type: Bug + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Send the bot the file or text +2. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Files** +If applicable, attach any file highlighting your problem. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ea1097cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +type: Feature + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/support-a-new-file-format.md b/.github/ISSUE_TEMPLATE/support-a-new-file-format.md new file mode 100644 index 00000000..6fa0cb5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-a-new-file-format.md @@ -0,0 +1,18 @@ +--- +name: Support a new file format +about: Suggest to enable the support for a new format +title: Enable support for FORMAT format +labels: enhancement +assignees: '' +type: Task + +--- + +**Which file format do you need the bot to support?** +Specify the format. + +**Sample file** +If possible, please attach a sample file. + +**Additional context** +Add any other context the feature request here. From f66cfc986ed28a885d6ba0a47e1f2ea22027af7b Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Mon, 15 Jun 2026 22:00:11 +0200 Subject: [PATCH 2/2] Improve issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 7 +++++++ .../{feature_request.md => feature-request.md} | 5 ++++- ...ort-a-new-file-format.md => support-new-file-format.md} | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (94%) rename .github/ISSUE_TEMPLATE/{support-a-new-file-format.md => support-new-file-format.md} (99%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d7919448..eb64276d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -9,21 +9,28 @@ type: Bug --- **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: + 1. Send the bot the file or text 2. See error **Expected behavior** + A clear and concise description of what you expected to happen. **Files** + If applicable, attach any file highlighting your problem. **Screenshots** + If applicable, add screenshots to help explain your problem. **Additional context** + Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 94% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index ea1097cb..21ef64ec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,17 +2,20 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: enhancement assignees: '' type: Feature --- **Is your feature request related to a problem? Please describe.** + A clear and concise description of what the problem is. **Describe the solution you'd like** + A clear and concise description of what you want to happen. **Additional context** + Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/support-a-new-file-format.md b/.github/ISSUE_TEMPLATE/support-new-file-format.md similarity index 99% rename from .github/ISSUE_TEMPLATE/support-a-new-file-format.md rename to .github/ISSUE_TEMPLATE/support-new-file-format.md index 6fa0cb5a..3ac979bf 100644 --- a/.github/ISSUE_TEMPLATE/support-a-new-file-format.md +++ b/.github/ISSUE_TEMPLATE/support-new-file-format.md @@ -9,10 +9,13 @@ type: Task --- **Which file format do you need the bot to support?** + Specify the format. **Sample file** + If possible, please attach a sample file. **Additional context** + Add any other context the feature request here.