From da9601c29d47ac0b0facbb85e3eb57d715409ddc Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Mon, 30 Oct 2023 10:24:56 +0800 Subject: [PATCH] git: add issue templates (#8) * git: add issue templates * chore: modify version used field in issue template --- .github/ISSUE_TEMPLATE/bug-report-template.md | 38 +++++++++++++++++++ .../feature-request-template.md | 25 ++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-template.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md new file mode 100644 index 0000000..b431ff7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-template.md @@ -0,0 +1,38 @@ +--- +name: Bug report template +about: Use this template to report bugs. +title: "[BUG] " +labels: '' +assignees: '' + +--- + + + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## Possible Fix + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context + + +## Your Environment + +* Version used (use first 7 characters of commit hash): +* Operating System and version: diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.md b/.github/ISSUE_TEMPLATE/feature-request-template.md new file mode 100644 index 0000000..3be6b60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-template.md @@ -0,0 +1,25 @@ +--- +name: Feature request template +about: Use this template when requesting features. +title: "[FEAT] " +labels: '' +assignees: '' + +--- + + + +## Detailed Description + + +## Context + + + +## Possible Implementation + + +## Your Environment + +* Version used (use first 7 characters of commit hash): +* Operating System and version: