Completes issue #7 (public mirror setup): - .githooks/pre-commit: blocks sensitive filenames (.env, *.key, *.pem, id_rsa, credentials.json, etc.) and credential content patterns (private key headers, AWS keys, GitHub tokens, Stripe secret keys, generic API key assignments) from being committed - .github/ISSUE_TEMPLATE/support_request.md: third issue template for usage questions alongside existing bug report and feature request
26 lines
648 B
Markdown
26 lines
648 B
Markdown
---
|
|
name: Support Request
|
|
about: Ask a question or get help using Peregrine
|
|
title: '[Support] '
|
|
labels: question
|
|
assignees: ''
|
|
---
|
|
|
|
## What are you trying to do?
|
|
|
|
<!-- Describe what you're trying to accomplish -->
|
|
|
|
## What have you tried?
|
|
|
|
<!-- Steps you've already taken, docs you've read, etc. -->
|
|
|
|
## Environment
|
|
|
|
- OS: <!-- e.g. Ubuntu 22.04, macOS 14 -->
|
|
- Install method: <!-- Docker / Podman / source -->
|
|
- Peregrine version: <!-- run `./manage.sh status` or check the UI footer -->
|
|
- LLM backend: <!-- Ollama / vLLM / OpenAI / other -->
|
|
|
|
## Logs or screenshots
|
|
|
|
<!-- Paste relevant output from `./manage.sh logs` or attach a screenshot -->
|