From 7b7559309da3dbeb5889320fd060a8be4a3a133a Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 30 Sep 2020 15:38:08 +0300 Subject: [PATCH] Add issue config.yml (#1936) * Add issue config.yml * Update SECURITY.md --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/help-wanted.md | 13 ---------- SECURITY.md | 34 +++++++++++++++++---------- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/help-wanted.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..bcd3f219 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions and Help + url: https://community.sanicframework.org/c/questions-and-help + about: Do you need help with Sanic? Ask your questions here. diff --git a/.github/ISSUE_TEMPLATE/help-wanted.md b/.github/ISSUE_TEMPLATE/help-wanted.md deleted file mode 100644 index f32ddd1e..00000000 --- a/.github/ISSUE_TEMPLATE/help-wanted.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Help wanted -about: Do you need help? Try community.sanicframework.org - ---- - -*DELETE ALL BEFORE POSTING* -*Post your HELP WANTED questions on [the community forum](https://community.sanicframework.org/)*. - -Checkout the community forum before posting any question here. -We prefer if you put these kinds of questions here: - -https://community.sanicframework.org/c/questions-and-help diff --git a/SECURITY.md b/SECURITY.md index dfa29fa4..9b74e0c6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,19 +4,27 @@ Sanic releases long term support release once a year in December. LTS releases receive bug and security updates for **24 months**. Interim releases throughout the year occur every three months, and are supported until the subsequent interim release. -| Version | LTS | Supported | -| ------- | ------------------ | ------------------ | -| 19.6.0 | | :white_check_mark: | -| 19.3.1 | | :heavy_check_mark: | -| 18.12.0 | :heavy_check_mark: | :heavy_check_mark: | -| 0.8.3 | | :x: | -| 0.7.0 | | :x: | -| 0.6.0 | | :x: | -| 0.5.4 | | :x: | -| 0.4.1 | | :x: | -| 0.3.1 | | :x: | -| 0.2.0 | | :x: | -| 0.1.9 | | :x: | +| Version | LTS | Supported | +| ------- | ------------- | ------------------ | +| 20.9 | | :heavy_check_mark: | +| 20.6 | | :x: | +| 20.3 | | :x: | +| 19.12 | until 2021-12 | :white_check_mark: | +| 19.9 | | :x: | +| 19.6 | | :x: | +| 19.3 | | :x: | +| 18.12 | until 2020-12 | :white_check_mark: | +| 0.8.3 | | :x: | +| 0.7.0 | | :x: | +| 0.6.0 | | :x: | +| 0.5.4 | | :x: | +| 0.4.1 | | :x: | +| 0.3.1 | | :x: | +| 0.2.0 | | :x: | +| 0.1.9 | | :x: | + +:white_check_mark: = security/bug fixes +:heavy_check_mark: = full support ## Reporting a Vulnerability