Skip to content

Commit

Permalink
Adding issue templates (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakhaws authored Nov 28, 2023
1 parent 8d2fbad commit abda3cf
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve Mountpoint for S3 CSI Driver
labels:

---

/kind bug

**What happened?**

**What you expected to happen?**

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

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

**Environment**
- Kubernetes version (use `kubectl version`):
- Driver version:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
labels:

---

/feature

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like in detail**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Support request
about: Ask questions about the driver
labels:

---

<!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you are having issues with AWS services, please contact AWS support.
If the matter is security related, please disclose it privately via http://aws.amazon.com/security/vulnerability-reporting/
-->

<!-- DO NOT EDIT BELOW THIS LINE -->

/triage support

0 comments on commit abda3cf

Please sign in to comment.