diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..2d76abf
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,31 @@
+---
+name: Bug report
+about: Use this template if you believe you've encountered a bug.
+title: ''
+labels: bug
+assignees: K4YT3X
+
+---
+
+## Environment Information
+
+|Module|Version|
+|-|-|
+|`video2x`||
+|`ffmpeg`||
+|`waifu2x-caffe`||
+|`waifu2x-converter-cpp`||
+
+## Symptom
+
+Briefly describe what's going on.
+
+## Screenshots or Error Messages
+
+Please paste screenshots or error messages here.
+Include as much details as you can, as this greatly helps debugging the problem.
+
+Please paste your error message in the code block down below:
+
+```
+```
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..cd673e9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,16 @@
+---
+name: Feature request
+about: Request a new feature to be added
+title: ''
+labels: enhancement
+assignees: K4YT3X
+
+---
+
+## Description
+
+Briefly describe the feature you want to be added into `video2x`.
+
+## Sources
+
+Paste links to descriptions of related documentations, websites and etc. here.