Skip to content

Commit

Permalink
chore: Add CoC, CODEOWNERS, and issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Jun 5, 2024
1 parent 2611b7f commit 6ae5229
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ body:
label: ExternalDNS Configuration
description: |
Configuration of ExternalDNS that you are using, e.g. Helm Values, Kubernetes manifests, etc.
placeholder: |
```yaml
Paste your configuation here
```
validations:
required: true

Expand All @@ -27,6 +32,10 @@ body:
attributes:
label: ExternalDNS and Webhook Logs
description: Logs (be sure to enable debug logging on ExternalDNS and this Webhook)
placeholder: |
```text
Paste your logs here
```
validations:
required: true

Expand Down

0 comments on commit 6ae5229

Please sign in to comment.