diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..f64f474
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Ask on Gitter
+ url: https://gitter.im/nektos/act
+ about: You can ask for help here!
+ - name: Want to contribute to act?
+ url: https://github.com/nektos/act/blob/master/CONTRIBUTING.md
+ about: Be sure to read contributing guidelines!
diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md
new file mode 100644
index 0000000..2a24ebb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_template.md
@@ -0,0 +1,9 @@
+---
+name: Feature request
+about: Use this template for requesting a feature/enhancement.
+title: "Enhancement: "
+labels: "kind/feature-request"
+assignees: ''
+---
+
+## Describe feature
diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md
new file mode 100644
index 0000000..b616c67
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue_template.md
@@ -0,0 +1,69 @@
+---
+name: Issue
+about: Use this template for reporting a bug/issue.
+title: "Issue: "
+labels: kind/bug
+assignees: ''
+---
+
+
+
+## Act version
+
+
+
+```none
+
+```
+
+## Expected behaviour
+
+
+
+## Actual behaviour
+
+
+
+## Workflow and/or repository
+
+
+ workflow
+
+```none
+name: example workflow
+
+on: [push]
+
+jobs:
+ [...]
+```
+
+
+
+## Steps to reproduce
+
+
+
+
+## `act` output
+
+
+
+
+ Log
+
+```none
+
+```
+
+