Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cat/claude-prompt-fix
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 13, 2025

  1. chore: add validation for Coder Template README files (#326)

    Closes #194 alongside #325
    
    ## Description
    
    This PR adds the missing base layer of validation for all Coder template
    README files, ensuring that they all follow a consistent structure when
    processed by the Registry website's build step. It also updates a few
    README files to match the new standards.
    
    ## Type of Change
    
    - [ ] New module
    - [x] Bug fix
    - [ ] Feature/enhancement
    - [ ] Documentation
    - [x] Other
    
    ## Testing & Validation
    
    - [x] Tests pass (`bun test`)
    - [x] Code formatted (`bun run fmt`)
    - [x] Changes tested locally
    Parkreiner authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    08ed594 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Fix broken main.tf link in tasks-docker template README (#331)

    Fixes the broken main.tf link reported in the tasks-docker template
    README.
    
    The relative link `./main.tf` was returning a 404 error on the registry
    website. This PR replaces it with the correct GitHub URL pointing to the
    main.tf file.
    
    **Changes:**
    - Updated the main.tf link in
    `/registry/coder-labs/templates/tasks-docker/README.md`
    - Changed from `[main.tf](./main.tf)` to
    `[main.tf](https://github.com/coder/registry/blob/main/registry/coder-labs/templates/tasks-docker/main.tf)`
    
    Tested: Verified the new link works correctly.
    
    ---------
    
    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    blink-so[bot] authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    c73b923 View commit details
    Browse the repository at this point in the history
Loading