From 42339fac423136fb647c52429d7dd2228144ec98 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 30 Oct 2023 17:53:07 +0800 Subject: [PATCH] chore: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0635789b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +Your issue may already be reported! +Please search on the [issue tracker](https://github.com/sigoden/aichat/issues) before creating one. + +**Describe the bug** +A clear and concise description of what the bug is. +If the problem is related to dynamic response data, you should see if it can be reproduced through `--dry-run`. + +**To Reproduce** +Steps to reproduce the behavior, including any relevant code snippets. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots/Logs** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** +- os version: [e.g. Ubuntu 20.04] +- aichat version: [e.g. 0.9.0] +- terminal version: [e.g. GNOME Terminal 3.44.0] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..3e1e625f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +Your issue may already be reported! +Please search on the [issue tracker](https://github.com/sigoden/aichat/issues) before creating one. + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file