pull_request_template.md

September 29, 2025 ยท View on GitHub

Package Request

Package Information

  • Package Name:
  • Registry:
  • GitHub Repository:

Package Details

  • Description:
  • Weekly Downloads/Stars:
  • Last Updated:
  • License:

Checklist

Please verify the following before submitting:

  • Package is publicly available and actively maintained
  • Created directory at <registry>/<native_identifier>/
  • Added config.json with all required fields:
    • native_identifier matches the package name exactly as it appears in the registry
    • collection_name_prefix is globally unique within the registry
    • repo points to a valid, accessible GitHub repository
    • registry is one of: "npm", "py_pi", "crates_io", "golang_proxy", "github_releases", "terraform", or "ruby_gems"
    • tag_formats array matches actual GitHub release tag patterns
    • sentinel_timestamp is in RFC 3339/ISO 8601 format
    • include contains valid glob patterns (e.g., "**/*.md" not ".md")
    • version_sample_relative_size is set
    • version_sample_max_size is set
  • Updated index.json to include the new package
  • For monorepos: glob patterns target only the specific package subdirectory

Additional Notes