[PR #61] [CLOSED] chore: add a dev container for local development #150

Closed
opened 2026-05-06 12:37:52 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/61
Author: @patheard
Created: 9/29/2023
Status: Closed

Base: mainHead: chore/add-devcontainer


📝 Commits (2)

  • 4f9be0d chore: add devcontainer
  • 7be32e8 docs: update quickstart guide

📊 Changes

3 files changed (+37 additions, -0 deletions)

View changed files

.devcontainer/devcontainer.json (+24 -0)
.devcontainer/post_create.sh (+8 -0)
📝 README.md (+5 -0)

📄 Description

chore: add a dev container for local development

Add a dev container that can be used to create a working local dev environment or with GitHub Codespaces. This will make it easier for new contributors to get the project up and running.

It handles installing all required dependencies and makes the required $PATH and file permission changes.

Running in a GitHub Codespace

https://github.com/patrickchugh/terravision/assets/2110107/3c8c4f71-ee52-4025-a150-b8898b22a23d

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/61 **Author:** [@patheard](https://github.com/patheard) **Created:** 9/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/add-devcontainer` --- ### 📝 Commits (2) - [`4f9be0d`](https://github.com/patrickchugh/terravision/commit/4f9be0d6af5ffc8d778aac2c69689304aad77114) chore: add devcontainer - [`7be32e8`](https://github.com/patrickchugh/terravision/commit/7be32e83979003f3ee8263feacdc3910a6043a4d) docs: update quickstart guide ### 📊 Changes **3 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+24 -0) ➕ `.devcontainer/post_create.sh` (+8 -0) 📝 `README.md` (+5 -0) </details> ### 📄 Description # chore: add a dev container for local development Add a dev container that can be used to create a working local dev environment or with GitHub Codespaces. This will make it easier for new contributors to get the project up and running. It handles installing all required dependencies and makes the required `$PATH` and file permission changes. ## Running in a GitHub Codespace https://github.com/patrickchugh/terravision/assets/2110107/3c8c4f71-ee52-4025-a150-b8898b22a23d ## Type of Change * [ ] Bug Fix * [x] New Feature * [ ] Refactor * [ ] Documentation ## Checklist All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [x] Have you written Documentation/Tests? * [x] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:52 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#150
No description provided.