-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2414 from headlamp-k8s/add-issue-templates
Add GitHub issue templates
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the bug | ||
[A clear and concise description of what the bug is. It should also be clear what the expected outcome is.] | ||
|
||
## To Reproduce | ||
Steps to reproduce the bug: | ||
1. [Go to '...'] | ||
2. [Click on '....'] | ||
3. [Scroll down to '....'] | ||
4. [See error] | ||
|
||
## Environment (please provide info about your environment): | ||
- Installation type: [e.g. Linux-Flatpak/Linux-Tarball/Linux-AppImage/Windows//Windows-Chocolatey/Windows-Winget/WSL/Mac/Mac-Homebrew/... or Container-Image/In-Cluster/Helm/...] | ||
- Headlamp Version: [X.Y.Z] | ||
- Other: [e.g. any other relevant info] | ||
|
||
## Are you able to fix this issue? | ||
[Yes (I will propose a PR) / No.] | ||
> Do you want to help fix this issue? Please see our [contribution docs](https://headlamp.dev/docs/latest/contributing). For any non-trivial contributions, we advise you to join our [our slack channel](https://kubernetes.slack.com/messages/headlamp) to discuss the implementation with Headlamp's core developers. | ||
## Additional Context | ||
[If needed, add any other info or screenshots about the bug here.] | ||
[Is it a regression? What version of Headlamp did not have this bug?] |
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,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? Please describe the impact that the lack of the feature requested is creating. | ||
[A clear and concise description of what the problem or need is. E.g. I need to...] | ||
|
||
## Describe the solution you'd like | ||
[A clear and concise description of what you want to happen.] | ||
|
||
## What users will benefit from this feature? | ||
[What type of users may be interested in this feature? What kind of Headlamp setup is likely used. (e.g. WSL users / Helm chart users / In-Cluster users / Plugin developers)] | ||
|
||
## Are you able to implement this feature? | ||
[Yes (I will propose a PR) / No.] | ||
> Do you want to help implement this feature? Please see our [contribution docs](https://headlamp.dev/docs/latest/contributing). For any non-trivial contributions, we advise you to join our [our slack channel](https://kubernetes.slack.com/messages/headlamp) to discuss the implementation with Headlamp's core developers. | ||
## Additional context | ||
[If needed, add any other context or screenshots about the feature request here.] |