-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create issue.md - add issue template
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) --> |