From b82b0aad88b7ab9d86f1bcc8e007f6a76a9aa1a5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 10 Jul 2022 00:27:29 +0200 Subject: [PATCH] feat: issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++++++++++ 2 files changed, 48 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..fe8bf9ec8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a bug report on patches +title: 'problem: `some-patch`' +labels: bug +assignees: TheJeterLP, oSumAtrIX, Sculas + +--- + +# 🐞 Issue + + + +# ⚙ Reproduce + + + +# 🛠 Solution + + + +# ⚠ Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5e40d5b73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest a change for a patch. Do not submit suggestions for new patches here. +title: 'feat: some feature' +labels: feature-request +assignees: TheJeterLP, oSumAtrIX, Sculas + +--- + +# 🐞 Issue + + + +# ❗ Solution + + + +# ❓ Motivation + + + +# ⚠ Additional context + +