Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wweiwei-li authored Jan 31, 2025
1 parent 227315a commit 57472c4
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 16 deletions.
70 changes: 60 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,73 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: ''
assignees: ''

---

**Describe the bug**
A concise description of what the bug is.
<!--- ❤️ Thanks for taking the time to report this issue. Before you open an issue, please check if a similar issue [already exists](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues) or has been closed before. If so, add additional helpful details to the existing issue to show that it's affecting multiple people. If not, to help us investigate, please provide the following information. ❤️-->

**Steps to reproduce**
<!-- 🚨 IMPORTANT!!!
Please complete at least the following sections
- Bug Description
- Steps to Reproduce
- Expected Behavior
- Environment
Issue missing details will be closed, as they are crucial for understand the problem. 🚨 -->

**Expected outcome**
A concise description of what you expected to happen.
**Bug Description**
<!--- A concise description of what the bug is -->

**Steps to Reproduce**
<!--- Provide a step-by-step guide to reproduce the bug. If relevant, provide the controller logs with any error messages you are seeing and relevant Kubernetes Manifests.-->
- Step-by-step guide to reproduce the bug:
- Manifests applied while reproducing the issue:
- Controller logs/error messages while reproducing the issue:

**Expected Behavior**
<!--- Describe what you expected to happen instead of the observed behavior -->

**Actual Behavior**
<!--- Describe what actually happens, including details on
- whether the bug causes the controller to stop working entirely or impact some functionality
- how often this bug occur ? [e.g., Always / Often / Occasionally / Rarely]
-->

**Regression**
Was the functionality working correctly in a previous version ? [Yes / No]
If yes, specify the last version where it worked as expected

**Current Workarounds**
<!--- If any workarounds exist, describe them here. If none exist, state "No workarounds available" -->

**Environment**
- AWS Load Balancer controller version:
- Kubernetes version:
- Using EKS (yes/no), if so version?:
- Using Service or Ingress:
- AWS region:
- How was the aws-load-balancer-controller installed:
- If helm was used then please show output of `helm ls -A | grep -i aws-load-balancer-controller`
- If helm was used then please show output of `helm -n <controllernamespace> get values <helmreleasename>`
- If helm was not used, then copy/paste the exact command used to install the controller, including flags and options.
- Current state of the Controller configuration:
- `kubectl -n <controllernamespace> describe deployment aws-load-balancer-controller`
- Current state of the Ingress/Service configuration:
- `kubectl describe ingressclasses`
- `kubectl -n <appnamespace> describe ingress <ingressname>`
- `kubectl -n <appnamespace> describe svc <servicename>`

**Possible Solution (Optional)**
<!--- If you have insights into the cause or potential fix, please share them. -->

* AWS Load Balancer controller version
* Kubernetes version
* Using EKS (yes/no), if so version?
**Contribution Intention (Optional)**
<!---If the solution is accepted, would you be willing to submit a PR?
- if yes, please follow https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/CONTRIBUTING.md to start your contribution.
- If you're not able to contribute a fix, the issue will be open for public contribution. High-impact issues will receive priority attention. We encourage community participation to help resolve issues faster.
-->
- [ ] Yes, I'm willing to submit a PR to fix this issue
- [ ] No, I cannot work on a PR at this time

**Additional Context**:
**Additional Context**
<!---Add any other context about the problem here.-->
25 changes: 19 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,29 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: ''
assignees: ''

---

**Is your feature request related to a problem?**
A description of what the problem is. For example: I'm frustrated when [...]
<!--- ❤️ Thanks for taking the time to fill out this feature request report! We kindly ask that you search to see if a feature request [already exists](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues?q=is%3Aissue%20state%3Aopen%20label%3Akind%2Ffeature) for your feature. If yes, show your support for features by up voting a discussion or by adding meaningful details which help the feature definition become more clear. If not, please provide following details to have the greatest chance of being worked on by a contributor. ❤️-->

**Describe the solution you'd like**
A description of what you want to happen.
**Describe the feature you are requesting**
<!--- Provide a clear and concise description of the feature -->

**Motivation**
<!--- Provide context about how it will benefit users or improve the project overall. -->

**Describe the proposed solution you'd like**
<!--- A description of what you want to happen. -->

**Describe alternatives you've considered**
A description of any alternative solutions or features you've considered.
<!--- A description of any alternative solutions or features you've considered. -->

**Contribution Intention (Optional)**
<!--- If the feature request is accepted, would you be willing to submit a PR?
* If yes, please follow https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/CONTRIBUTING.md to start your contribution
* If you're not able to contribute this feature, it will be open for public contribution. Feature requests are prioritized by the number of upvotes. We encourage community participation to help implement features faster.
-->
-[ ] Yes, I am willing to contribute a PR to implement this feature
-[ ] No, I cannot work on a PR at this time

0 comments on commit 57472c4

Please sign in to comment.