From 13349dab6d0f1efdd490316b7c93576ebbda6b98 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 3 Dec 2020 18:48:34 +0200 Subject: [PATCH 1/8] Fixed small typo (#5393) Very small typo fixed --- docs/installation/5-http-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/5-http-server.md b/docs/installation/5-http-server.md index 5b4e3dfae..462544c30 100644 --- a/docs/installation/5-http-server.md +++ b/docs/installation/5-http-server.md @@ -3,7 +3,7 @@ This documentation provides example configurations for both [nginx](https://www.nginx.com/resources/wiki/) and [Apache](http://httpd.apache.org/docs/2.4), though any HTTP server which supports WSGI should be compatible. !!! info - For the sake of brevity, only Ubuntu 18.04 instructions are provided here, these tasks not unique to NetBox and should carry over to other distributions with mininal changes. Please consult your distribution's documentation for assistance if needed. + For the sake of brevity, only Ubuntu 18.04 instructions are provided here, these tasks are not unique to NetBox and should carry over to other distributions with mininal changes. Please consult your distribution's documentation for assistance if needed. ## Obtain an SSL Certificate From 5df01ed3e68be8770dc6b1c773f34c2939a585dc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 10 Dec 2020 15:59:42 -0500 Subject: [PATCH 2/8] Encourage people to use GitHub discussions in place of the mailing list --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++----- .github/ISSUE_TEMPLATE/feature_request.md | 6 ++---- README.md | 15 +++++++++------ docs/development/index.md | 3 ++- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fef891803..5df769b94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,9 @@ about: Report a reproducible bug in the current release of NetBox