Add issue config.yml (#1936)
* Add issue config.yml * Update SECURITY.md
This commit is contained in:
parent
066df2c142
commit
7b7559309d
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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.
|
13
.github/ISSUE_TEMPLATE/help-wanted.md
vendored
13
.github/ISSUE_TEMPLATE/help-wanted.md
vendored
|
@ -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
|
|
16
SECURITY.md
16
SECURITY.md
|
@ -5,10 +5,15 @@
|
||||||
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.
|
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 |
|
| Version | LTS | Supported |
|
||||||
| ------- | ------------------ | ------------------ |
|
| ------- | ------------- | ------------------ |
|
||||||
| 19.6.0 | | :white_check_mark: |
|
| 20.9 | | :heavy_check_mark: |
|
||||||
| 19.3.1 | | :heavy_check_mark: |
|
| 20.6 | | :x: |
|
||||||
| 18.12.0 | :heavy_check_mark: | :heavy_check_mark: |
|
| 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.8.3 | | :x: |
|
||||||
| 0.7.0 | | :x: |
|
| 0.7.0 | | :x: |
|
||||||
| 0.6.0 | | :x: |
|
| 0.6.0 | | :x: |
|
||||||
|
@ -18,6 +23,9 @@ Sanic releases long term support release once a year in December. LTS releases r
|
||||||
| 0.2.0 | | :x: |
|
| 0.2.0 | | :x: |
|
||||||
| 0.1.9 | | :x: |
|
| 0.1.9 | | :x: |
|
||||||
|
|
||||||
|
:white_check_mark: = security/bug fixes
|
||||||
|
:heavy_check_mark: = full support
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
If you discover a security vulnerability, we ask that you **do not** create an issue on GitHub. Instead, please [send a message to the core-devs](https://community.sanicframework.org/g/core-devs) on the community forums. Once logged in, you can send a message to the core-devs by clicking the message button.
|
If you discover a security vulnerability, we ask that you **do not** create an issue on GitHub. Instead, please [send a message to the core-devs](https://community.sanicframework.org/g/core-devs) on the community forums. Once logged in, you can send a message to the core-devs by clicking the message button.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user