Skip to content

Commit

Permalink
Create issue.md - add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Jul 29, 2023
1 parent 3e54d52 commit c1c306d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: "General Issue"
about: "Create an issue to report something not working."
title: "A descriptive title of the issue"
labels: ''
assignees: ''

---

## Describe your Issue
<!-- A clear and concise description of what the issue or bug is. Remember to be kind as we want to help :) -->

### Logs and Errors
```
# Give us any logs or errors you're getting here
```
<!-- Let us know where you got the log, e.g. coturn container or one of the init containers -->
<!-- You can get the pod logs with: `kubectl logs` (remove any sensitive data ahead of time!) -->

## Describe your Environment

- Kubernetes distribution: <!-- examples: k3s, k0s, eks, gke -->

- Helm Version (or App that manages helm): <!-- example: Using helm version 3.11, or include data about what is running helm, e.g. ArgoCD version 2.5.8 -->

- Helm Chart Version: <!-- example: 3.4.3 -->

- `values.yaml`:

```yaml
# anonymize any sensitive data and then paste your values.yaml here
```

## Additional context, if any
<!-- Also note any additional relevant info about your environment. -->
<!-- example: If your issue is related to persistent volumes, let us know you're using NFS or EFS, for instance. Would be good to know what kind of database you're using as well :) -->

0 comments on commit c1c306d

Please sign in to comment.