1
0
mirror of https://github.com/bestnite/quadlet-migrator-skill.git synced 2026-04-04 01:43:27 +00:00
This commit is contained in:
2026-04-03 20:09:42 +11:00
commit 0bdcd9a2e1
14 changed files with 3549 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug report
about: Report a problem, ambiguity, or incorrect migration rule
---
## Summary
Describe the issue.
## Input
Provide the relevant `docker run`, Compose snippet, or repository context.
## Expected behavior
Describe what the skill should have done.
## Actual behavior
Describe what happened instead.
## Additional context
Add any references, screenshots, or Podman / Quadlet version details.

View File

@@ -0,0 +1,24 @@
---
name: Rule improvement
about: Propose an improvement to mapping rules, env strategy, or workflow
---
## Area
- [ ] workflow
- [ ] compose mapping
- [ ] env strategy
- [ ] repo intake
- [ ] deployment / validation
## Proposal
Describe the rule change.
## Why
Explain the concrete problem this would solve.
## Example
Add a minimal input and the expected outcome if possible.