Write a formatted issue/request based on the following informations:

## Request Summary

{{ .Summary }}

## General Project Informations

- Name: {{ .Project.Name }}
- Description: {{ .Project.Description }}
- Languages:
{{- range .ProjectLanguages }}
   - {{ . -}} 
{{ end }}

{{ if gt (len .Resources) 0 }}
## Additional Resources

{{ range .Resources }}
### {{ .Name }}

**Type:**

{{ .Type }}

**Content:**

```{{ .Syntax }}
{{ .Content }}
```
{{end}}
{{end}}