Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @phanan
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
Thank you for contributing to the Koel Docker image! Please provide a clear description of your changes below.
-->

## Description
<!-- What does this PR do? -->

## Motivation
<!-- Explain why this change is necessary, e.g., if targeting an existing issue, link to it. -->

## Checklist
- [ ] I've tested my changes against a built image
- [ ] I've updated `goss.yaml` if the change affects files, ports or packages in the image

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Include processes and command outputs in the Goss checklist.

AGENTS.md:31-34 states that Goss checks files, ports, processes, and command outputs. This checklist names only files, ports, and packages. Update the condition to include processes and command outputs.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/pull_request_template.md at line 13, Update the Goss checklist item
in the pull request template to mention processes and command outputs alongside
files, ports, and packages, preserving the existing conditional wording.

- [ ] I've updated relevant documentation (if any)
Loading