Skip to content

Commit

Permalink
Merge pull request #2414 from headlamp-k8s/add-issue-templates
Browse files Browse the repository at this point in the history
Add GitHub issue templates
  • Loading branch information
illume authored Oct 18, 2024
2 parents bb11d8e + 96becef commit 34926f2
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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?]
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.]

0 comments on commit 34926f2

Please sign in to comment.