diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 1 | ||||
-rw-r--r-- | docs/conf/motd.txt.example | 3 | ||||
-rw-r--r-- | docs/conf/opermotd.txt.example | 3 | ||||
-rw-r--r-- | make/configure.pm | 3 | ||||
-rw-r--r-- | make/directive.pm | 3 | ||||
-rw-r--r-- | make/template/help.txt | 3 |
7 files changed, 12 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 818156290..1930c219b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -10,6 +10,7 @@ PLEASE DO NOT FILE CRASH/SECURITY REPORTS ON GITHUB. You can read our security p The GitHub issue tracker is for bug reports ONLY. General support can be found at the following locations: +Discussions: https://github.com/inspircd/inspircd/discussions Docs: https://docs.inspircd.org IRC: irc.inspircd.org #inspircd diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 8ce057f8f..5e24dfc49 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -8,6 +8,7 @@ about: Request that a new feature is added to InspIRCd. The GitHub issue tracker is for feature requests ONLY. General support can be found at the following locations: +Discussions: https://github.com/inspircd/inspircd/discussions Docs: https://docs.inspircd.org IRC: irc.inspircd.org #inspircd diff --git a/docs/conf/motd.txt.example b/docs/conf/motd.txt.example index daea6c58b..cd993e9a3 100644 --- a/docs/conf/motd.txt.example +++ b/docs/conf/motd.txt.example @@ -26,7 +26,8 @@ | * \bWeb:\x https://www.inspircd.org | | * \bIRC:\x irc.inspircd.org #inspircd | | * \bDocs:\x https://docs.inspircd.org | - | * \bBugs:\x https://inspircd.org/bugs | + | * \bIssues:\x https://git.io/JIuYi | + | * \bDiscussions:\x https://git.io/JIuYv | | | | We hope you like this software. Please do | | make sure to customise your configuration, | diff --git a/docs/conf/opermotd.txt.example b/docs/conf/opermotd.txt.example index 39ca96deb..b0d9b4816 100644 --- a/docs/conf/opermotd.txt.example +++ b/docs/conf/opermotd.txt.example @@ -26,7 +26,8 @@ | * \bWeb:\x https://www.inspircd.org | | * \bIRC:\x irc.inspircd.org #inspircd | | * \bDocs:\x https://docs.inspircd.org | - | * \bBugs:\x https://inspircd.org/bugs | + | * \bIssues:\x https://git.io/JIuYi | + | * \bDiscussions:\x https://git.io/JIuYv | | | | We hope you like this software. Please do | | make sure to customise your configuration, | diff --git a/make/configure.pm b/make/configure.pm index 305d75dcb..b20639d34 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -179,7 +179,8 @@ FLAGS will search for c++, g++, clang++ or icpc. If you have any problems with configuring InspIRCd then visit our IRC channel -at irc.inspircd.org #InspIRCd for support. +at irc.inspircd.org #InspIRCd or create a support discussion at +https://github.com/inspircd/inspircd/discussions. Packagers: see https://docs.inspircd.org/packaging/ for packaging advice. EOH diff --git a/make/directive.pm b/make/directive.pm index 89c17d245..0c789ebf4 100644 --- a/make/directive.pm +++ b/make/directive.pm @@ -131,7 +131,8 @@ sub __error { push @message, ''; push @message, 'If you would like help with fixing this problem then visit our IRC'; - push @message, 'channel at irc.inspircd.org #InspIRCd for support.'; + push @message, 'channel at irc.inspircd.org #InspIRCd or create a support discussion'; + push @message, 'at https://github.com/inspircd/inspircd/discussions.'; push @message, ''; print_error @message; diff --git a/make/template/help.txt b/make/template/help.txt index 0afe91e02..c2d798d35 100644 --- a/make/template/help.txt +++ b/make/template/help.txt @@ -4,7 +4,8 @@ In order to get your server running you need to create config files. Examples can be found at `@EXAMPLE_DIR@`. If you need any help with this then you can visit our support channel at -irc.inspircd.org #inspircd or refer to the the docs site: +irc.inspircd.org #inspircd, open a support discussion at https://git.io/JIuYv, +or refer to the the docs site: https://docs.inspircd.org/@VERSION_MAJOR@/configuration https://docs.inspircd.org/@VERSION_MAJOR@/modules |