Skip to content

Commit

Permalink
docs: add issue templates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Jan 18, 2023
1 parent 919dc2b commit 28c471f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Thanks for helping us to improve the Image Scanner! We welcome all bug reports.
Please fill out each area of the template so we can better help you. Comments like this
will be hidden when you post but you can delete them if you wish. -->

**Environmental Info:**
Image Scanner Version:
<!-- Provide the used imaged image tag for the ghcr.io/statnett/image-scanner-operator image -->

Kubernetes distro and version:
<!-- Provide your flavour of Kubernetes; e.g. Openshift, RKE 2, K3s -->

Cluster Configuration:
<!-- Provide some basic information on the cluster configuration. For example, "3 servers, 2 agents". -->

**Describe the bug:**
<!-- A clear and concise description of what the bug is. -->

**Steps To Reproduce:**
<!-- Steps to reproduce the behavior.
Please include as the first step how you installed the Image Scanner (including all flags and/or environment variables). -->

**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->

**Actual behavior:**
<!-- A clear and concise description of what actually happened. -->

**Additional context / logs:**
<!-- Add any other context and/or logs about the problem here. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

<!-- Thanks for helping us to improve the Image Scanner! We welcome all feature requests.
Please fill out each area of the template so we can better help you. Comments like this
will be hidden when you post but you can delete them if you wish. -->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- 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. -->

0 comments on commit 28c471f

Please sign in to comment.