diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..eb64276d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,36 @@ +--- +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..21ef64ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +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-new-file-format.md b/.github/ISSUE_TEMPLATE/support-new-file-format.md new file mode 100644 index 00000000..3ac979bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-new-file-format.md @@ -0,0 +1,21 @@ +--- +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.