Initial commit

This commit is contained in:
Joel Kamp
2024-05-23 10:19:55 -05:00
committed by GitHub
commit 3d0519f92a
36 changed files with 1738 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]
**What did you expect to happen:**
**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
**Environment:**
- Gatekeeper version:
- External Data API version:
- Kubernetes version: (use `kubectl version`):

View File

@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
**Environment:**
- Gatekeeper version:
- External Data API version:
- Kubernetes version: (use `kubectl version`):