Update issue templates
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..72072a0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: New feature
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/non-rendering-bug.md b/.github/ISSUE_TEMPLATE/non-rendering-bug.md
new file mode 100644
index 0000000..ac5e537
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/non-rendering-bug.md
@@ -0,0 +1,21 @@
+---
+name: Non-Rendering Bug
+about: Lottie is rendering my animation correctly but there is a different bug
+title: ''
+labels: Non-Rendering Bug
+assignees: ''
+
+---
+
+**Checklist**
+1. Create a sample project that reproduces your bug.
+1. Attach your project as a zip file.
+
+**Describe the bug**
+
+**Steps To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
diff --git a/.github/ISSUE_TEMPLATE/rendering-bug.md b/.github/ISSUE_TEMPLATE/rendering-bug.md
new file mode 100644
index 0000000..62f3bce
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/rendering-bug.md
@@ -0,0 +1,30 @@
+---
+name: Rendering Bug
+about: Lottie isn't rendering my animation correctly
+title: ''
+labels: Rendering bug
+assignees: ''
+
+---
+
+**Checklist**
+1. My animation doesn't use any [unsupported features](http://airbnb.io/lottie/#/supported-features).
+2. I know what part of my animation doesn't work.
+3. I have created a simplified version of my animation 
+4. I have attached the AEP file (as a zip file so it can be attached) that only has the part of the animation that doesn't work.
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**What version of Lottie did you test this on?**
+
+**What version of Android did you test this on?**
+
+**Steps To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Screenshots**