diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000000000000000000000000000000000..4b67de140a7f4b2d3f27b9b4ba671bf647fe5106
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,29 @@
+# Issue
+
+### Short description
+__Brief description of what happened__
+
+
+### Environment
+
+[] Operating system and version:
+[] Java version:
+[] Red5 version:
+
+
+### Expected behavior
+__Put as much detail here as possible__
+
+### Actual behavior
+__Put as much detail here as possible__
+
+### Steps to reproduce
+1. 
+2. 
+3. 
+
+
+### Logs
+__Place logs on [pastebin](http://pastebin.com/) or elsewhere and put links here__
+
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000000000000000000000000000000000..263fa1dacce1bf512114f625ea650a61ed474938
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+# Pull Request
+
+This PR fixes #__Enter issue number__
+
+Changes proposed in this pull request:
+- 
+- 
+-
+
+