Moving issue/pr template to docs/. Added links in README.
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index 84a39d2..0000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1 +0,0 @@
-Please read https://github.com/ocornut/imgui/issues/2261
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index ad66ea6..0000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,12 +0,0 @@
-(Click "Preview" to turn any http URL into a clickable link)
-
-1. PLEASE CAREFULLY READ:
-https://github.com/ocornut/imgui/issues/2261
-
-2. PLEASE MAKE SURE YOU HAVE READ:
-https://github.com/ocornut/imgui/issues/2261
-
-3. DID I MENTION YOU SHOULD READ THIS?
-https://github.com/ocornut/imgui/issues/2261
-
-(Clear this form before submitting your PR)
diff --git a/docs/README.md b/docs/README.md
index 809f19f..0efd2df 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -205,7 +205,7 @@
Support Forums
--------------
-If you have issues with: compiling, linking, adding fonts, running or displaying Dear ImGui, or wiring inputs: please post on the Discourse forum: https://discourse.dearimgui.org.
+If you have issues with: compiling, linking, adding fonts, running or displaying Dear ImGui, or wiring inputs: please post on the Discourse forums: https://discourse.dearimgui.org.
For any other questions, bug reports, requests, feedback, you may post on https://github.com/ocornut/imgui/issues. Please read and fill the New Issue template carefully.
@@ -273,9 +273,9 @@
**How can I help?**
-- You may participate in the Discourse and GitHub [issues trackers](https://github.com/ocornut/imgui/issues).
+- You may participate in the [Discourse forums](https://discourse.dearimgui.org) and the GitHub [issues tracker](https://github.com/ocornut/imgui/issues).
- You may help with development and submit pull requests! Please understand that by submitting a PR you are also submitting a request for the maintainer to review your code and then take over its maintenance forever. PR should be crafted both in the interest in the end-users and also to ease the maintainer into understanding and accepting it.
-- See [Help wanted](https://github.com/ocornut/imgui/wiki/Help-Wanted) on the Wiki for some more ideas.
+- See [Help wanted](https://github.com/ocornut/imgui/wiki/Help-Wanted) on the [Wiki](https://github.com/ocornut/imgui/wiki/) for some more ideas.
- Convince your company to financially support this project.
**How can I help financing further development of Dear ImGui?**
diff --git a/.github/issue_template.md b/docs/issue_template.md
similarity index 100%
rename from .github/issue_template.md
rename to docs/issue_template.md
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
new file mode 100644
index 0000000..533027c
--- /dev/null
+++ b/docs/pull_request_template.md
@@ -0,0 +1,6 @@
+(Click "Preview" to turn any http URL into a clickable link)
+
+PLEASE CAREFULLY READ:
+https://github.com/ocornut/imgui/issues/2261
+
+(Clear this template before submitting your PR)