From a3686459a9ac4a4b916c111971de85800c0e7dee Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 1 Nov 2023 12:37:21 -0600 Subject: [PATCH] chore: Update sip.md to have a better call to action (#25822) --- .github/ISSUE_TEMPLATE/sip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/sip.md b/.github/ISSUE_TEMPLATE/sip.md index d4ecc6083a5bf..8261b0f881a98 100644 --- a/.github/ISSUE_TEMPLATE/sip.md +++ b/.github/ISSUE_TEMPLATE/sip.md @@ -1,6 +1,6 @@ --- name: SIP -about: "Superset Improvement Proposal. See [here](https://github.com/apache/superset/issues/5602) for details." +about: "Superset Improvement Proposal. See https://github.com/apache/superset/issues/5602 for details. The purpose of a Superset Improvement Proposal (SIP) is to introduce any major change into Apache Superset, such as a major new feature, subsystem, or piece of functionality, or any change that impacts the public interfaces of the project" labels: sip title: "[SIP] Your Title Here (do not add SIP number)" assignees: "apache/superset-committers"