mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(issue templates): discouraging Issues for feature requests (#22617)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve Superset's stability! For feature requests please open a discussion at https://github.com/apache/superset/discussions/categories/ideas
|
||||||
labels: "#bug"
|
labels: "#bug"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
labels: "#enhancement"
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Github Discussions is our new home for discussing features and improvements!
|
|
||||||
|
|
||||||
https://github.com/apache/superset/discussions/categories/ideas
|
|
||||||
|
|
||||||
We'd like to keep Github Issues focuses on bugs and SIP's (Superset Improvement Proposals)!
|
|
||||||
|
|
||||||
Please note that feature requests opened as Github Issues will be moved to Discussions.
|
|
||||||
4
.github/ISSUE_TEMPLATE/sip.md
vendored
4
.github/ISSUE_TEMPLATE/sip.md
vendored
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: SIP
|
name: SIP
|
||||||
about: Superset Improvement Proposal [See SIP-0](https://github.com/apache/superset/issues/5602)
|
about: Superset Improvement Proposal (See SIP-0: https://github.com/apache/superset/issues/5602)
|
||||||
labels: "#SIP"
|
labels: "#SIP"
|
||||||
|
title: "[SIP] Your Title Here (do not add SIP number)"
|
||||||
|
asignees: "apache/superset-committers"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ Here's a list of repositories that contain Superset-related packages:
|
|||||||
|
|
||||||
## Types of Contributions
|
## Types of Contributions
|
||||||
|
|
||||||
### Report Bug
|
### Report a Bug
|
||||||
|
|
||||||
The best way to report a bug is to file an issue on GitHub. Please include:
|
The best way to report a bug is to file an issue on GitHub. Please include:
|
||||||
|
|
||||||
@@ -138,15 +138,17 @@ The best way to report a bug is to file an issue on GitHub. Please include:
|
|||||||
When posting Python stack traces, please quote them using
|
When posting Python stack traces, please quote them using
|
||||||
[Markdown blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/).
|
[Markdown blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/).
|
||||||
|
|
||||||
|
_Please note that feature requests opened as Github Issues will be moved to Discussions._
|
||||||
|
|
||||||
### Submit Ideas or Feature Requests
|
### Submit Ideas or Feature Requests
|
||||||
|
|
||||||
The best way is to file an issue on GitHub:
|
The best way is to start an ["Ideas" Discussion thread](https://github.com/apache/superset/discussions/categories/ideas) on GitHub:
|
||||||
|
|
||||||
- Explain in detail how it would work.
|
- Explain in detail how it would work.
|
||||||
- Keep the scope as narrow as possible, to make it easier to implement.
|
- Keep the scope as narrow as possible, to make it easier to implement.
|
||||||
- Remember that this is a volunteer-driven project, and that contributions are welcome :)
|
- Remember that this is a volunteer-driven project, and that your contributions are as welcome as anyone's :)
|
||||||
|
|
||||||
For large features or major changes to codebase, please create **Superset Improvement Proposal (SIP)**. See template from [SIP-0](https://github.com/apache/superset/issues/5602)
|
To propose large features or major changes to codebase, and help usher in those changes, please create a **Superset Improvement Proposal (SIP)**. See template from [SIP-0](https://github.com/apache/superset/issues/5602)
|
||||||
|
|
||||||
### Fix Bugs
|
### Fix Bugs
|
||||||
|
|
||||||
|
|||||||
@@ -19,15 +19,17 @@ The best way to report a bug is to file an issue on GitHub. Please include:
|
|||||||
When posting Python stack traces, please quote them using
|
When posting Python stack traces, please quote them using
|
||||||
[Markdown blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/).
|
[Markdown blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/).
|
||||||
|
|
||||||
|
_Please note that feature requests opened as Github Issues will be moved to Discussions._
|
||||||
|
|
||||||
### Submit Ideas or Feature Requests
|
### Submit Ideas or Feature Requests
|
||||||
|
|
||||||
The best way is to file an issue on GitHub:
|
The best way is to start an ["Ideas" Discussion thread](https://github.com/apache/superset/discussions/categories/ideas) on GitHub:
|
||||||
|
|
||||||
- Explain in detail how it would work.
|
- Explain in detail how it would work.
|
||||||
- Keep the scope as narrow as possible, to make it easier to implement.
|
- Keep the scope as narrow as possible, to make it easier to implement.
|
||||||
- Remember that this is a volunteer-driven project, and that contributions are welcome :)
|
- Remember that this is a volunteer-driven project, and that your contributions are as welcome as anyone's :)
|
||||||
|
|
||||||
For large features or major changes to codebase, please create **Superset Improvement Proposal (SIP)**. See template from [SIP-0](https://github.com/apache/superset/issues/5602)
|
To propose large features or major changes to codebase, and help usher in those changes, please create a **Superset Improvement Proposal (SIP)**. See template from [SIP-0](https://github.com/apache/superset/issues/5602)
|
||||||
|
|
||||||
### Fix Bugs
|
### Fix Bugs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user