diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..d72e259
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,46 @@
+name: Bug report
+description: Create a report to help us improve (search for duplicates first)
+labels: bug
+body:
+ - type: textarea
+ attributes:
+ label: Issue description
+ description: Explain clearly and unambiguously what went wrong
+ placeholder: |
+ Tell us here about the bug/problem
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: How to reproduce this issue?
+ description: Try to explain what you did for the bug to occur. A good explanation of steps to reproduce helps us locate the bug faster. If applicable, add screenshots to help explain your problem.
+ placeholder: |
+ Step 1: ...
+ Step 2: ...
+ ...
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Details
+ description: To understand the issue, we need some details of your setup & system
+ placeholder: |
+ Version: xy / zg ...]
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Logs
+ description:
+ placeholder: |
+ [example_log.txt / example_log.md ...]
+ validations:
+ required: false
+ - type: checkboxes
+ attributes:
+ label: Issue tracker rule checks (please read carefully)
+ options:
+ - label: "I have checked that my problem is not already reported"
+ required: true
+ - label: "I have checked that my problem is not already fixed"
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..48b83b8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: "GitHub"
+ url: https://github.com/Schweinepriester
+ about: My GitHub Page
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000..02ef034
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,28 @@
+name: Feature Request
+description: Create a report to help us improve (search for duplicates first)
+labels: enhancement
+body:
+ - type: textarea
+ attributes:
+ label: Feature description
+ description: Explain clearly
+ placeholder: |
+ Tell us here about the feature
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Logs
+ description: Provide logs
+ placeholder: |
+ example_log.txt
+ validations:
+ required: false
+ - type: checkboxes
+ attributes:
+ label: Issue tracker rule checks (please read carefully)
+ options:
+ - label: "I have checked that this feature is not already requested."
+ required: true
+ - label: "I have checked that this feature is not already implemented"
+ required: true