chore(issue template): attempting to fix two entries/links (#25881)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
parent
b6fb36f22b
commit
84a894c2c7
|
|
@ -8,5 +8,5 @@ contact_links:
|
||||||
url: https://github.com/apache/superset/discussions/new?category=q-a-help
|
url: https://github.com/apache/superset/discussions/new?category=q-a-help
|
||||||
about: Open a community Q&A thread on GitHub Discussions
|
about: Open a community Q&A thread on GitHub Discussions
|
||||||
- name: Slack
|
- name: Slack
|
||||||
url: bit.ly/join-superset-slack
|
url: https://bit.ly/join-superset-slack
|
||||||
about: Join the Superset Community on Slack for other discussions/assistance
|
about: Join the Superset Community on Slack for other discussions and assistance
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
name: SIP
|
name: SIP
|
||||||
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"
|
about: "Superset Improvement Proposal. See SIP-0 (https://github.com/apache/superset/issues/5602) for details. A SIP introduces any major change into Apache Superset's code or process."
|
||||||
labels: sip
|
labels: sip
|
||||||
title: "[SIP] Your Title Here (do not add SIP number)"
|
title: "[SIP] Your Title Here (do not add SIP number)"
|
||||||
assignees: "apache/superset-committers"
|
assignees: "apache/superset-committers"
|
||||||
---
|
---
|
||||||
|
|
||||||
*Please make sure you are familiar with the SIP process documented*
|
*Please make sure you are familiar with the SIP process documented*
|
||||||
(here)[https://github.com/apache/superset/issues/5602]. The SIP will be numbered by a committer upon acceptance.
|
[here](https://github.com/apache/superset/issues/5602). The SIP will be numbered by a committer upon acceptance.
|
||||||
|
|
||||||
## [SIP] Proposal for ...<title>
|
## [SIP] Proposal for ...<title>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue