Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Closes #

## Description

<!-- Briefly describe what this PR does and why -->

---
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got rid of all these extra dividers because GitHub already automatically adds dividers for h2 headers


## Type of Change

- [ ] New module
Expand All @@ -12,8 +12,6 @@
- [ ] Documentation
- [ ] Other

---

## Module Information

<!-- Delete this section if not applicable -->
Expand All @@ -22,18 +20,12 @@
**New version:** `v1.0.0`
**Breaking change:** [ ] Yes [ ] No

---

## Testing & Validation

- [ ] Tests pass (`bun test`)
- [ ] Code formatted (`bun run fmt`)
- [ ] Changes tested locally

---

## Related Issues

<!-- Link related issues or write "None" if not applicable -->

Closes #
220 changes: 220 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions registry/coder/modules/local-windows-rdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ tags: [rdp, windows, desktop, local]

This module enables Remote Desktop Protocol (RDP) on Windows workspaces and adds a one-click button to launch RDP sessions directly through [Coder Desktop](https://coder.com/docs/user-guides/desktop). It provides a complete, standalone solution for RDP access, eliminating the need for manual configuration or port forwarding through the Coder CLI.

<!--
2025-07-07 - Prettier isn't formatting GFM comments properly if they don't
start with a letter.
See https://github.com/prettier/prettier/issues/15479
-->
<!-- prettier-ignore -->
> [!NOTE]
> [Coder Desktop](https://coder.com/docs/user-guides/desktop) is required on client devices to use the Local Windows RDP access feature.

Expand Down
2 changes: 1 addition & 1 deletion registry/coder/templates/aws-devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [vm, linux, aws, persistent, devcontainer]
# Remote Development on AWS EC2 VMs using a Devcontainer

Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs) with this example template.
![Architecture Diagram](./architecture.svg)
![Architecture Diagram](../../.images/aws-devcontainer-architecture.svg)

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion registry/coder/templates/gcp-devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, linux, gcp, devcontainer]

# Remote Development in a Devcontainer on Google Compute Engine

![Architecture Diagram](./architecture.svg)
![Architecture Diagram](../../.images/gcp-devcontainer-architecture.svg)

## Prerequisites

Expand Down