mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.34
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something is broken or behaving unexpectedly
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## What happened?
|
||||
|
||||
<!-- Clear, short description of the bug -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected behavior
|
||||
|
||||
<!-- What you thought would happen -->
|
||||
|
||||
## Actual behavior
|
||||
|
||||
<!-- What actually happened -->
|
||||
|
||||
## Screenshots / videos
|
||||
|
||||
<!-- Optional, but very helpful for UI bugs -->
|
||||
|
||||
## Environment
|
||||
|
||||
- **ContainerFlow version**: <!-- e.g. v0.0.33 (check git log or footer) -->
|
||||
- **OS**: <!-- e.g. Ubuntu 24.04 -->
|
||||
- **Docker version**: <!-- output of `docker --version` -->
|
||||
- **Docker Compose version**: <!-- output of `docker compose version` -->
|
||||
- **Browser**: <!-- e.g. Chrome 138 — only if it's a UI bug -->
|
||||
- **Mode**: <!-- Docker container OR `bun run dev` native -->
|
||||
|
||||
## Container logs
|
||||
|
||||
<details>
|
||||
<summary>ContainerFlow logs (click to expand)</summary>
|
||||
|
||||
```
|
||||
<!-- Paste output of: docker logs alteonx-dockerflow-containerflow-1 --tail 50 -->
|
||||
<!-- Or `bun run dev` console output if running native -->
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Browser console (if it's a UI bug)
|
||||
|
||||
<details>
|
||||
<summary>Errors from DevTools → Console</summary>
|
||||
|
||||
```
|
||||
<!-- Paste any red errors from the browser console -->
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Anything else that might help: a specific compose setup, a particular container image, etc. -->
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Security vulnerability
|
||||
url: https://github.com/RGJorge/containerflow/blob/main/SECURITY.md
|
||||
about: Report security issues privately, NOT as a public issue
|
||||
- name: Commercial / partnership inquiries
|
||||
url: mailto:alteonx.servicios@gmail.com
|
||||
about: Commercial support, custom features, or AGPL-3.0 alternatives
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature or improvement
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Problem you're trying to solve
|
||||
|
||||
<!-- Describe the situation/pain. NOT the solution yet.
|
||||
Example: "When monitoring 30+ containers, I lose track of which ones are unhealthy because..." -->
|
||||
|
||||
## Proposed solution
|
||||
|
||||
<!-- How you'd want it to work in the UI / behavior -->
|
||||
|
||||
## Why existing features don't cover this
|
||||
|
||||
<!-- Optional but useful: what did you try first? -->
|
||||
|
||||
## Mockup / example
|
||||
|
||||
<!-- Sketch, screenshot from another tool, ASCII art, link to similar feature, etc. -->
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
<!-- Any other approaches you thought about -->
|
||||
|
||||
## Priority / urgency for you
|
||||
|
||||
- [ ] Critical — blocking my workflow
|
||||
- [ ] High — would significantly improve my workflow
|
||||
- [ ] Medium — nice to have
|
||||
- [ ] Low — just an idea
|
||||
|
||||
## Are you willing to wait?
|
||||
|
||||
ContainerFlow is currently maintainer-driven (no external PRs accepted yet). Features will land based on roadmap priority. See [monitoreo.md](../../monitoreo.md) for what's planned.
|
||||
|
||||
- [ ] Yes, I'll wait — I just want to flag this
|
||||
- [ ] I'd contribute a PR if/when PRs open
|
||||
- [ ] I need this fast — happy to discuss sponsorship/commercial support
|
||||
Reference in New Issue
Block a user