From b9690de9ab915407d3cac38a0aff4c1cf3722244 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com>
Date: Sun, 31 Jan 2021 13:19:55 -0800
Subject: [PATCH 1/5] Add GH Ideas info to readme
---
README.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0fc3185a1..4d87119c1 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ Paperless-ng is a fork of the original project, adding a new interface and many
If you already used Paperless-ng for a bit, would like to give some anonymous feedback, and help me decide on what to focus on next: I've created a survey, [see here](https://github.com/jonaswinkler/paperless-ng/issues/402). Thank you!
+*See also [Feature Requests](#feature-requests)*
+
# How it Works
Paperless does not control your scanner, it only helps you deal with what your scanner produces.
@@ -78,9 +80,13 @@ Paperless is currently available in English, German, Dutch and French. Translati
If you want to see paperless in your own language, request that language at transifex and you can start translating after I approve the language.
-# Suggestions? Questions? Something not working?
+# Feature Requests
-Please open an issue and start a discussion about it!
+Feature requests can be submitted via [GitHub Discussions](https://github.com/jonaswinkler/paperless-ng/discussions/categories/ideas), you can search for existing ideas, add your own and vote for the ones you care about! Note that some older feature requests can also be found under [issues](https://github.com/jonaswinkler/paperless-ng/issues).
+
+# Questions? Something not working?
+
+For bugs please [open an issue](https://github.com/jonaswinkler/paperless-ng/issues) or [start a discussion](https://github.com/jonaswinkler/paperless-ng/discussions) if you have questions.
## Feel like helping out?
From 406ec170507295d05c982b720e1a53feafb445bf Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com>
Date: Sun, 31 Jan 2021 14:19:25 -0800
Subject: [PATCH 2/5] App 'submit an idea icon'
---
src-ui/src/app/components/app-frame/app-frame.component.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index c4258ceae..eae597b22 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -172,6 +172,11 @@
GitHub
+
+
+
From 85ee74f2d8ced44c9182699b3ef371b5b9805437 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com>
Date: Sun, 31 Jan 2021 14:32:09 -0800
Subject: [PATCH 3/5] Remove feature request template, update others to point
to Discussions
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 ++
.github/ISSUE_TEMPLATE/feature_request.md | 21 ---------------------
.github/ISSUE_TEMPLATE/other.md | 4 +++-
3 files changed, 5 insertions(+), 22 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0f0ac44e2..d64504494 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,6 +12,8 @@ assignees: ''
=> Please also make sure that you followed the installation instructions.
=> Please search the issues and look for similar issues before opening a bug report.
+=> If you would like to submit a feature request please submit one under https://github.com/jonaswinkler/paperless-ng/discussions/categories/ideas
+
=> If you encounter issues while installing of configuring Paperless-ng, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably an issue with your system, and not an issue of paperless.
=> Don't remove the [BUG] prefix from the title.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 47c36c23d..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: "[Feature Request] Consice and clear description of your feature request"
-labels: ''
-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.
diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md
index ef394f7f9..1ceae0893 100644
--- a/.github/ISSUE_TEMPLATE/other.md
+++ b/.github/ISSUE_TEMPLATE/other.md
@@ -9,7 +9,9 @@ assignees: ''