You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2022/04/12 23:31:45 UTC

[superset] branch master updated: 1. Removed duplicate security vulnerability issue template. 2. Modified feature request template to encourage people to post in Discussions instead (#19617)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f41ed0940 1. Removed duplicate security vulnerability issue template. 2. Modified feature request template to encourage people to post in Discussions instead (#19617)
2f41ed0940 is described below

commit 2f41ed0940fce0768ff6da465fb3d4d996fd2b5e
Author: Srini Kadamati <sk...@gmail.com>
AuthorDate: Tue Apr 12 19:31:35 2022 -0400

    1. Removed duplicate security vulnerability issue template. 2. Modified feature request template to encourage people to post in Discussions instead (#19617)
---
 .github/ISSUE_TEMPLATE/feature_request.md        | 12 ++++--------
 .github/ISSUE_TEMPLATE/security_vulnerability.md | 12 ------------
 2 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index cb66edb2bc..8e6e0da9c9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -5,14 +5,10 @@ labels: "#enhancement"
 
 ---
 
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+Github Discussions is our new home for discussing features and improvements!
 
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
+https://github.com/apache/superset/discussions/categories/ideas
 
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
+We'd like to keep Github Issues focuses on bugs and SIP's (Superset Improvement Proposals)!
 
-**Additional context**
-Add any other context or screenshots about the feature request here.
+Please note that feature requests opened as Github Issues will be moved to Discussions.
diff --git a/.github/ISSUE_TEMPLATE/security_vulnerability.md b/.github/ISSUE_TEMPLATE/security_vulnerability.md
deleted file mode 100644
index 9cdad9b4bd..0000000000
--- a/.github/ISSUE_TEMPLATE/security_vulnerability.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-name: Security vulnerability
-about: Report a security vulnerability or issue
-labels: "#security"
-
----
-
-## DO NOT REPORT SECURITY VULNERABILITIES HERE
-
-Please report security vulnerabilities to private@superset.apache.org.
-
-In the event a community member discovers a security flaw in Superset, it is important to follow the [Apache Security Guidelines](https://www.apache.org/security/committers.html) and release a fix as quickly as possible before public disclosure. Reporting security vulnerabilities through the usual GitHub Issues channel is not ideal as it will publicize the flaw before a fix can be applied.