From 939c2cc0e70274a2fc7096bf2122690bcd969dff Mon Sep 17 00:00:00 2001 From: LJ Date: Tue, 4 Mar 2025 09:29:38 -0800 Subject: [PATCH] Update issue templates --- .../\360\237\220\233-bug-report.md" | 26 +++++++++++++++++++ .../\360\237\222\241-feature-request.md" | 19 ++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\222\241-feature-request.md" diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" new file mode 100644 index 00000000..29285b4e --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" @@ -0,0 +1,26 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**CocoIndex Version** +Which version of CocoIndex are you using? + +**Additional context** +Add any other context about the problem here. diff --git "a/.github/ISSUE_TEMPLATE/\360\237\222\241-feature-request.md" "b/.github/ISSUE_TEMPLATE/\360\237\222\241-feature-request.md" new file mode 100644 index 00000000..e6708988 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\222\241-feature-request.md" @@ -0,0 +1,19 @@ +--- +name: "\U0001F4A1 Feature request" +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +**What is the use case? ** + +**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.