Files
ProxmoxVE/.github/pull_request_template.md
Michel Roegl-Brunner 089bcd1c09 Revise pull request template for AI compliance
Updated the pull request template to include AI assistance confirmation and additional instructions for AI-generated scripts.
2026-07-30 10:49:28 +02:00

2.0 KiB
Generated
Raw Blame History

✍️ Description

Fixes #

Prerequisites (X in brackets)

  • Self-review completed Code follows project standards.
  • Tested thoroughly Changes work as expected.
  • No security risks No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🤖 AI Assistance (X in brackets)

If you used an AI tool (GitHub Copilot, Claude, ChatGPT, etc.) to write or generate any scripts in this PR, you must confirm compliance below.
Select exactly one option.

  • No AI used Scripts were written without AI assistance.
  • AI was used I confirm the scripts were built using AGENTS.md and .github/agents/pve-script-creator.agent.md as guidance, and the output has been reviewed and corrected to match those guidelines.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix Resolves an issue without breaking functionality.
  • New feature Adds new, non-breaking functionality.
  • 💥 Breaking change Alters existing functionality in a way that may require updates.
  • 🆕 New script A fully functional and tested script or script set.
  • 🌍 Website update Changes to script metadata (PocketBase/website data).
  • 🔧 Refactoring / Code Cleanup Improves readability or maintainability without changing functionality.
  • 📝 Documentation update Changes to README, AppName.md, CONTRIBUTING.md, or other docs.