@oss-autopilot/core - v3.21.0
    Preparing search index...

    Interface PRTemplateResult

    interface PRTemplateResult {
        error?: string;
        source: string | null;
        template: string | null;
    }
    Index
    error?: string

    If non-null, an error prevented a complete check of all template paths.

    source: string | null

    The path where the template was found (e.g., ".github/PULL_REQUEST_TEMPLATE.md").

    template: string | null

    The decoded template content, or null if no template was found.