From 94b264b6224a961f4f31292edcb1a2a23d1d6cf0 Mon Sep 17 00:00:00 2001 From: nthnn Date: Wed, 14 Feb 2024 23:09:29 +0800 Subject: [PATCH] Issue templates --- .../bug-report-\360\237\252\262.md" | 20 +++++++++++++++++++ .../feature-request-\360\237\224\256.md" | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" create mode 100644 ".github/ISSUE_TEMPLATE/feature-request-\360\237\224\256.md" diff --git "a/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" new file mode 100644 index 0000000..3d064b5 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" @@ -0,0 +1,20 @@ +--- +name: "Bug report \U0001FAB2" +about: Create a report to help Rishka improve +title: Bug Report +labels: bug +assignees: nthnn + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Pictures/Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git "a/.github/ISSUE_TEMPLATE/feature-request-\360\237\224\256.md" "b/.github/ISSUE_TEMPLATE/feature-request-\360\237\224\256.md" new file mode 100644 index 0000000..aa51627 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/feature-request-\360\237\224\256.md" @@ -0,0 +1,20 @@ +--- +name: "Feature request \U0001F52E" +about: Suggest an idea for Rishka +title: "Feature request \U0001F52E" +labels: enhancement +assignees: nthnn + +--- + +**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. + +**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.