Skip to content

Commit f0eebc4

Browse files
committed
Update github templates and docs
1 parent b243324 commit f0eebc4

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ assignees: ''
77

88
---
99

10+
**Are you in the right place?**
11+
- If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit.
12+
- If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask.
13+
- If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.*
14+
1015
**Checklist**
1116
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
1217
- Are you sure you're not using someone else's docker image?

.github/ISSUE_TEMPLATE/feature_request.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ assignees: ''
77

88
---
99

10+
**Are you in the right place?**
11+
- If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit.
12+
- If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask.
13+
- If you have a feature request for NPM then you are in the *right place.*
14+
1015
**Is your feature request related to a problem? Please describe.**
1116
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1217

.github/ISSUE_TEMPLATE/product_support.md

-16
This file was deleted.

docs/faq/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ of dependencies.
1414
Yes! The docker image is multi-arch and is built for a variety of architectures. If yours is
1515
[not listed](https://hub.docker.com/r/jc21/nginx-proxy-manager/tags) please open a
1616
[GitHub issue](https://github.com/jc21/nginx-proxy-manager/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=).
17+
18+
## I can't get my service to proxy properly?
19+
20+
Your best bet is to ask the [Reddit community for support](https://www.reddit.com/r/nginxproxymanager/). There's safety in numbers.
21+
22+
Gitter is best left for anyone contributing to the project to ask for help about internals, code reviews etc.
23+

docs/third-party/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Known integrations:
77

88
- [HomeAssistant Hass.io plugin](https://github.com/hassio-addons/addon-nginx-proxy-manager)
99
- [UnRaid / Synology](https://github.com/jlesage/docker-nginx-proxy-manager)
10+
- [Proxmox Scripts](https://github.com/ej52/proxmox-scripts/tree/main/lxc/nginx-proxy-manager)
11+
- [nginxproxymanagerGraf](https://github.com/ma-karai/nginxproxymanagerGraf)
12+
1013

1114
If you would like your integration of NPM listed, please open a
1215
[Github issue](https://github.com/jc21/nginx-proxy-manager/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=)
16+

0 commit comments

Comments
 (0)