File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A concise description of what the bug is.
12
+
13
+ ** Steps to reproduce**
14
+
15
+ ** Expected outcome**
16
+ A concise description of what you expected to happen.
17
+
18
+ ** Environment**
19
+
20
+ * AWS Load Balancer controller version
21
+ * Kubernetes version
22
+ * Using EKS (yes/no), if so version?
23
+
24
+ ** Additional Context** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem?**
11
+ A description of what the problem is. For example: I'm frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A description of any alternative solutions or features you've considered.
Original file line number Diff line number Diff line change
1
+ ### Issue
2
+
3
+ <!-- Please link the GitHub issues related to this PR, if available -->
4
+
5
+ ### Description
6
+
7
+ <!--
8
+ Please explain the changes you made here.
9
+
10
+ Help your reviewers my guiding them through your key changes,
11
+ implementation decisions etc.
12
+ You can even include snippets of output or screenshots.
13
+
14
+ A good, clear description == a faster review :)
15
+ -->
16
+
17
+ ### Checklist
18
+ - [ ] Added tests that cover your change (if possible)
19
+ - [ ] Added/modified documentation as required (such as the ` README.md ` , or the ` docs ` directory)
20
+ - [ ] Manually tested
21
+ - [ ] Made sure the title of the PR is a good description that can go into the release notes
22
+
23
+ ### BONUS POINTS checklist: complete for good vibes and maybe prizes?! :exploding_head :
24
+ - [ ] Backfilled missing tests for code in same general area :tada :
25
+ - [ ] Refactored something and made the world a better place :star2 :
You can’t perform that action at this time.
0 commit comments