diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e3dc4e054..c3159bc1d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,10 +8,10 @@ assignees: ''
---
### Bug
-*Short description of the bug that you found. Provide images/code if applicable.*
+
### How to replicate the bug
-*What should we do to replicate this bug.*
+
### Possible Fixes/Solutions
-*List any possible fixes/suggestions that you have in mind that could solve this issue.*
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 7439bf1f1..0bca52fed 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,10 +8,10 @@ assignees: ''
---
### Problem
-*Tell us about the current problem that you face that this feature might help you with.*
+
### Suggested Feature
-*Short description of the feature.*
+
### Why we should have this feature
-*List any extra benefits, other than solving your problem, that this feature will bring to the repo. If none, leave blank.*
+
diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md
index 1b575a915..3592bf26a 100644
--- a/.github/ISSUE_TEMPLATE/icon-request.md
+++ b/.github/ISSUE_TEMPLATE/icon-request.md
@@ -4,11 +4,10 @@ about: Requesting a new icon or changes to an existing icon
title: 'Icon request: [NAME]'
labels: 'request:icon'
assignees: ''
-
---
### About the icon
-*Short description of why you think this icon belongs in our project.*
+
### Links
-*Provide links to the icon's official website/repository. Anywhere that shows us what the technology is about and its official logo. If available, also provide some resources (SVG's) where the icon can be found (Font Awesome, Icomoon, etc..).*
+
diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md
deleted file mode 100644
index 22a6c7ba2..000000000
--- a/.github/PULL_REQUEST_TEMPLATE/new_feature.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: New Feature
-about: Add a new feature to the repository.
-title: 'New Feature: [NAME]'
-labels: 'enhancement'
-assignees: ''
-
----
-
-## This PR adds...
-
-*List your features here and the benefits they bring.*
-
-## Notes
-
-*List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc....).*
-*Don't forget to link any issues that this PR will solved.*
diff --git a/.github/PULL_REQUEST_TEMPLATE/new_icon.md b/.github/PULL_REQUEST_TEMPLATE/new_icon.md
deleted file mode 100644
index 81cbeada2..000000000
--- a/.github/PULL_REQUEST_TEMPLATE/new_icon.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-name: New Icon
-about: Add a new icon to the repo.
-title: 'New Icon: [NAME] (versions)'
-labels: 'feature:icon'
-assignees: ''
-
----
-
-**Double check these details before you open a PR**
-*Tick the checkboxes to ensure you've done everything*
-- [] PR does not match another non-stale PR currently opened
-- [] PR name matches the format *new icon: Icon name (versions separated by comma)* as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
-- [] Your icons are put in a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
-- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
-- [] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
-
-Refer to the [`CONTRIBUTING.md`](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) for more details.
-
-
-**Link to the official page to prove your SVG is correct and up to date.**
-*Link goes here*
diff --git a/.github/drafts/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/drafts/PULL_REQUEST_TEMPLATE/new_feature.md
new file mode 100644
index 000000000..2dc712b29
--- /dev/null
+++ b/.github/drafts/PULL_REQUEST_TEMPLATE/new_feature.md
@@ -0,0 +1,24 @@
+---
+name: New Feature
+about: Add a new feature to the repository.
+title: 'New Feature: [NAME]'
+labels: 'enhancement'
+assignees: ''
+
+---
+
+
+## Double check these details before you open a PR**
+
+
+- [] PR does not match another non-stale PR currently opened
+- [] PR name matches the format *New Feature: brief description of feature*
+
+
+## This PR adds/fixes...
+
+
+
+## Notes
+
+
diff --git a/.github/drafts/PULL_REQUEST_TEMPLATE/new_icon.md b/.github/drafts/PULL_REQUEST_TEMPLATE/new_icon.md
new file mode 100644
index 000000000..57f046f78
--- /dev/null
+++ b/.github/drafts/PULL_REQUEST_TEMPLATE/new_icon.md
@@ -0,0 +1,23 @@
+---
+name: New Icon
+about: Add a new icon to the repository.
+title: 'new icon: [NAME] (versions)'
+labels: 'feature:icon'
+assignees: ''
+
+---
+
+## Double check these details before you open a PR
+
+
+- [] PR does not match another non-stale PR currently opened
+- [] PR name matches the format *new icon: Icon name (versions separated by comma)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
+- [] PR's base is the `develop` branch.
+- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
+- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
+- [] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
+
+
+
+## Link to prove your SVG is correct and up-to-date.
+
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..8d993a368
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,45 @@
+---
+name: Pull Request Template
+about: Add a new icon or feature to the repo.
+title: 'New Icon/Feature: [NAME]'
+assignees: ''
+
+---
+# New Icon Section
+
+
+
+## Double check these details before you open a PR
+
+
+- [] PR does not match another non-stale PR currently opened
+- [] PR name matches the format *new icon: Icon name (versions separated by comma)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
+- [] PR's base is the `develop` branch.
+- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
+- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
+- [] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
+
+
+
+## Link to prove your SVG is correct and up-to-date.
+
+
+---
+# New Feature Section
+
+
+
+## Double check these details before you open a PR**
+
+
+- [] PR does not match another non-stale PR currently opened
+- [] PR name matches the format *New Feature: brief description of feature*
+
+
+## This PR adds/fixes...
+
+
+
+## Notes
+
+