diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml
new file mode 100644
index 00000000..ac261fb5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml
@@ -0,0 +1,37 @@
+name: 🐞 Bug report
+description: Report a bug or unexpected behavior.
+labels: "Bug"
+body:
+ - type: markdown
+ attributes:
+ value: Thanks for taking the time to fill out this form!
+
+ - type: textarea
+ id: what-happened
+ attributes:
+ label: Issue Details
+ description: Please provide a set of steps to reproduce the issue.
+ value: |
+ Steps to reproduce:
+ 1.
+ 2.
+ 3.
+ validations:
+ required: true
+
+ - type: textarea
+ id: screens
+ attributes:
+ label: Screenshots
+ description: |
+ If applicable add screenshots explaining your problem.
+ You can drag and drop images or paste them from clipboard.
+ Use ` ` tag to hide screenshots under the spoiler.
+ value: |
+ Screenshot 1
+
+
+
+
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..8da9b001
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: true