diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..fe8bf9ec --- /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 00000000..5e40d5b7 --- /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 + +