From 51016efcb7c7fcc73f25ecfab48ffa96fbae4f47 Mon Sep 17 00:00:00 2001 From: Aunali321 <48486084+Aunali321@users.noreply.github.com> Date: Tue, 12 Jul 2022 00:15:26 +0530 Subject: [PATCH] feat: added issue templates. (#77) --- .github/ISSUE_TEMPLATE/bug-report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++++++ 2 files changed, 46 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..7f3d295c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a bug report on the patcher. Do not submit suggestions for patches here. +title: 'problem: some problem' +labels: bug + +--- + +# 🐞 Issue + + + +# ⚙ Reproduce + + + +# 🛠 Solution + + + +# ⚠ Additional context + + \ 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..cefc7802 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest a change for the patcher. Do not submit suggestions for patches here. +title: 'feat: some feature' +labels: feature-request + +--- + +# 🐞 Issue + + + +# ❗ Solution + + + +# ❓ Motivation + + + +# ⚠ Additional context + + \ No newline at end of file