diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md
new file mode 100644
index 0000000..b2998b9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue_template.md
@@ -0,0 +1,52 @@
+---
+name: ISSUE_TEMPLATE
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+
+
+#### Operating system and version:
+
+#### `nvm debug` output:
+
+
+
+```sh
+
+```
+
+
+#### `nvm ls` output:
+
+
+
+```sh
+
+```
+
+
+#### How did you install `nvm`?
+
+
+#### What steps did you perform?
+
+#### What happened?
+
+#### What did you expect to happen?
+
+#### Is there anything in any of your profile files that modifies the `PATH`?
+
+
+
+#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
+
+
+
+```sh
+
+```
+