summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNayil Mukhametshin <66028747+nlscc@users.noreply.github.com>2020-09-26 21:30:49 +0200
committerNayil Mukhametshin <66028747+nlscc@users.noreply.github.com>2020-09-26 21:30:49 +0200
commit09e67dabb18d0bbea20916f70bf2a733f8e4aa62 (patch)
treebe10f8d31f025520cba9514865cd209d5192d4d6
parentadd installation instructions (help people like #8) (diff)
downloadsamloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar.gz
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar.bz2
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar.lz
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar.xz
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.tar.zst
samloader-09e67dabb18d0bbea20916f70bf2a733f8e4aa62.zip
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md17
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md12
2 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3e0f485
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,17 @@
+---
+name: Bug report
+about: Create a bug report
+
+---
+
+## Description
+<!-- Add a description of the bug -->
+
+## Reproduction Steps
+<!-- Add a set of steps to reproduce the bug (what commands you ran, etc.) -->
+1.
+2.
+3.
+
+## Environment
+<!-- Include your OS version, Python version, and any other relevant details. -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..46e88d7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,12 @@
+---
+name: Feature request
+about: Suggest a new feature
+labels: enhancement
+
+---
+
+## Description
+<!-- Add a description of the new feature -->
+
+## Background
+<!-- Add any additional background on the feature, for example how it may be used -->