-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into alpeb/no-ns-helm-core
- Loading branch information
Showing
93 changed files
with
1,267 additions
and
724 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,76 @@ | ||
name: "🐛 Bug Report" | ||
description: "If something isn't working as expected 🤔." | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is the issue? | ||
description: A clear and concise description of what Linkerd is doing and what you would expect. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How can it be reproduced? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Logs, error output, etc | ||
description: If the output is long, please create a [gist](https://gist.github.com/) and paste the link here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: output of `linkerd check -o short` | ||
placeholder: | | ||
```text | ||
your output here ... | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
placeholder: | | ||
- Kubernetes Version: | ||
- Cluster Environment: (GKE, AKS, kops, ...) | ||
- Host OS: | ||
- Linkerd version: | ||
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: 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 was deleted.
Oops, something went wrong.
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,55 @@ | ||
name: 💡 Feature Request" | ||
description: I have a suggestion (and may want to implement it 🙂)! | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the feature you want to request. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible. | ||
|
||
- type: textarea | ||
attributes: | ||
label: What problem are you trying to solve? | ||
description: | | ||
A concise description of what the problem is. | ||
placeholder: | | ||
I have an issue when [...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How should the problem be solved? | ||
description: What do you want to happen? Add any considered drawbacks. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Any alternatives you've considered? | ||
description: Is there another way to solve this problem that isn't as good a solution? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How would users interact with this feature? | ||
description: | | ||
If you can, explain how users will be able to use this. Maybe come sample CLI output? | ||
- type: dropdown | ||
attributes: | ||
label: Would you like to work on this feature? | ||
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
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
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
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
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
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
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
Oops, something went wrong.