This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report something that does not work as expected
|
||||
title: "bug: "
|
||||
labels: bug
|
||||
---
|
||||
|
||||
<!-- Please search existing issues first. Do NOT include secrets, tokens, or
|
||||
private workspace contents in logs you paste. -->
|
||||
|
||||
## What happened
|
||||
|
||||
<!-- A clear description of the bug and what you expected instead. -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Environment
|
||||
|
||||
- MAESTRO version / commit:
|
||||
- Install method: <!-- Docker Compose / from source -->
|
||||
- OS & Node.js version:
|
||||
- LLM endpoint: <!-- Ollama / vLLM / gateway; model name -->
|
||||
|
||||
## Logs
|
||||
|
||||
<!-- Relevant output from `scripts/server.sh logs`, with secrets redacted. -->
|
||||
|
||||
```
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Security vulnerability
|
||||
url: https://github.com/your-org/maestro/blob/main/SECURITY.md
|
||||
about: Do not open a public issue for a vulnerability. Follow the security policy instead.
|
||||
- name: Documentation
|
||||
url: https://github.com/your-org/maestro/tree/main/docs
|
||||
about: Setup, configuration, and architecture guides.
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an enhancement or new capability
|
||||
title: "feat: "
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
## Problem
|
||||
|
||||
<!-- What are you trying to do, and what gets in the way today? -->
|
||||
|
||||
## Proposed solution
|
||||
|
||||
<!-- What you would like to happen. -->
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
<!-- Other approaches you thought about, if any. -->
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Mockups, links, or related issues. -->
|
||||
Reference in New Issue
Block a user