From 990d88d8ce71145127fbe01f0fcad8ea9884d2c8 Mon Sep 17 00:00:00 2001 From: vanpipy Date: Thu, 20 Jul 2023 22:21:37 +0800 Subject: [PATCH] chore: add the bug and feature request template --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++++++ 2 files changed, 35 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 000000000..873060663 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: "Bug Report" +about: Report a reproducible bug or regression. +title: 'Bug: ' +--- + + + + +* shell version: +* git-extras version: +* git version: + +## Steps To Reproduce + +1. +2. + +## The current behavior + + +## The expected behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..4b8515543 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: "Feature request" +about: New feature!!! +title: 'Feat: ' +--- + +## Describe the solution you'd like + + +## Describe alternatives you've considered