-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated commit to update templated files based on rev fea09b1 in st…
…ackabletech/operator-templating repo. Original commit message: Adds issue template. (#70)
- Loading branch information
1 parent
b0e9f66
commit 23e63e4
Showing
6 changed files
with
110 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: "🐛 Bug Report" | ||
description: "If something isn't working as expected 🤔." | ||
labels: ["type/bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
|
||
- type: input | ||
attributes: | ||
label: Affected version | ||
description: Which version do you see this bug in? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Current and expected behavior | ||
description: A clear and concise description of what the operator is doing and what you would expect. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: "If you have suggestions on a fix for the bug." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: "Add any other context about the problem here. Or a screenshot if applicable." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment? | ||
placeholder: | | ||
Examples: | ||
Output of `kubectl version --short` | ||
- type: dropdown | ||
attributes: | ||
label: Would you like to work on fixing this bug? | ||
description: | | ||
**NOTE**: Let us know if you would like to submit a PR for this. We are more than happy to help you through the process. | ||
options: | ||
- "yes" | ||
- "no" | ||
- "maybe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Feature request | ||
about: 🚀 Suggest an idea for this project | ||
url: https://github.com/stackabletech/superset-operator/discussions/new?category=ideas | ||
- name: 🙋🏾 Question | ||
about: Use this to ask a question about this project | ||
url: https://github.com/stackabletech/superset-operator/discussions/new?category=q-a | ||
- name: Other issue | ||
about: Open an issue that doesn't fit any other category | ||
url: https://github.com/stackabletech/superset-operator/issues/new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: New Version | ||
about: Request support for a new product version | ||
title: "[NEW VERSION]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Which new version of Apache Superset should we support?** | ||
|
||
Please specify the version, version range or version numbers to support, please also add these to the issue title | ||
|
||
**Additional information** | ||
|
||
If possible, provide a link to release notes/changelog | ||
|
||
**Changes required** | ||
|
||
Are there any upstream changes that we need to support? | ||
e.g. new features, changed features, deprecated features etc. | ||
|
||
|
||
|
||
**Implementation checklist** | ||
|
||
Please don't change anything in this list. | ||
Not all of these steps are necessary for all versions. | ||
|
||
- [ ] Update the Docker image | ||
- [ ] Update documentation to include supported version(s) | ||
- [ ] Update operator to support the new version (if needed) | ||
- [ ] Update integration tests to test use the new versions (in addition or replacing old versions | ||
- [ ] Update examples to use new versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
status = [ | ||
'Run Chart Tests' | ||
'All tests passed' | ||
] | ||
delete_merged_branches = true | ||
use_squash_merge = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters