Skip to content

Commit ed92ddf

Browse files
author
Fawad Khaliq
authored
Added issue and pull request templates (#2089)
1 parent 32e1987 commit ed92ddf

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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**:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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:

0 commit comments

Comments
 (0)