Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 890 Bytes

File metadata and controls

29 lines (22 loc) · 890 Bytes

You MUST leave indication that AI was involved in all assisted contributions. This includes pull requests, issues, and code changes.

In PR/Issue descriptions

Add a short note at the bottom of the description text mentioning AI authorship or assistance, e.g.:

(Generated by ModelName)

In code edits

All AI-generated or AI-assisted functions, classes, modules, and major code blocks (including those that already exist but have been AI-modified) MUST include an explicit acknowledgment, with a short description of what was generated.

  • Example comment: # AI-Assisted: Refactored method for performance optimizations
  • Example docstring:
    """Some method docstring describing what it does.
    
    Extended description that further describes what the method does.
    
    AI-Assisted: Refactored method for performance optimizations
    """