claude-code-ultimate-guide/examples/config/PULL_REQUEST_TEMPLATE-ai.md
Florian BRUNIAUX e60b24d27c docs(examples): add YAML frontmatter to 19 miscellaneous example files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 19:21:00 +01:00

1.6 KiB

title description tags
Pull Request Template with AI Disclosure GitHub PR template with built-in AI assistance disclosure section
template
config
ai-ecosystem

Pull Request Template with AI Disclosure

Save as .github/PULL_REQUEST_TEMPLATE.md in your repository


Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

AI Assistance

  • No AI tools were used for this contribution
  • AI was used for research/understanding only (no generated code)
  • AI generated some code (please specify below)
  • AI generated most of the code (please specify below)

AI Tool(s) Used:

What AI Helped With:

Checklist

  • I have reviewed all AI-generated code and understand it
  • I can answer questions about this code during review
  • My code follows the project's style guidelines
  • I have added tests that prove my fix/feature works
  • New and existing tests pass locally
  • I have updated documentation if needed

Additional Context