Skip to content

Commit

Permalink
admin: update bug report template (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Sep 3, 2024
1 parent 4f9b556 commit 1bc2231
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug Report
about: Report a bug encountered using the EKS AMI
title: 'bug($AREA): $HEADLINE'
labels: bug
assignees: ''

---

Expand All @@ -12,18 +15,11 @@ about: Report a bug encountered using the EKS AMI

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- AWS Region:
- Instance Type(s):
- EKS Platform version (use `aws eks describe-cluster --name <name> --query cluster.platformVersion`):
- Kubernetes version (use `aws eks describe-cluster --name <name> --query cluster.version`):
- Cluster Kubernetes version:
- Node Kubernetes version:
- AMI Version:
- Kernel (e.g. `uname -a`):
- Release information (run `cat /etc/eks/release` on a node):
<!-- Put release info in the triple backticks below-->
```
```

<!-- If this is a security issue, please do not discuss on GitHub. Please report any suspected or confirmed security issues to AWS Security https://aws.amazon.com/security/vulnerability-reporting/ -->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: Feature Request
about: Suggest a feature to the EKS AMI
title: ''
labels: ''
assignees: ''

---

<!-- Please only use this template for feature requests -->

**What would you like to be added**:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: General Question
about: Any question relating to the EKS AMI
title: ''
labels: ''
assignees: ''

---

Expand Down

0 comments on commit 1bc2231

Please sign in to comment.