mirror of
https://github.com/bestnite/quadlet-migrator-skill.git
synced 2026-04-04 00:13:28 +00:00
init
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
||||
24
.github/ISSUE_TEMPLATE/rule_improvement.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/rule_improvement.md
vendored
Normal 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.
|
||||
14
.github/pull_request_template.md
vendored
Normal file
14
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
## Summary
|
||||
|
||||
- describe the change
|
||||
- explain any skill behavior or rule updates
|
||||
|
||||
## Test / validation
|
||||
|
||||
- [ ] reviewed `SKILL.md`
|
||||
- [ ] reviewed affected files under `references/`
|
||||
- [ ] considered impact on topology, env handling, and finalize flow
|
||||
|
||||
## Notes
|
||||
|
||||
Add any migration edge cases or trade-offs here.
|
||||
Reference in New Issue
Block a user