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