Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DevContainer Configuration for Standardized Development Environment #617

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

msaeedsaeedi
Copy link

@msaeedsaeedi msaeedsaeedi commented Feb 26, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Which package are you modifying?

  • accordion
  • alert
  • alert-dialog
  • aspect-ratio
  • avatar
  • badge
  • button
  • calendar
  • card
  • checkbox
  • collapsible
  • combobox
  • command
  • context-menu
  • data-table
  • date-picker
  • dialog
  • dropdown-menu
  • hover-card
  • icon
  • input
  • label
  • menubar
  • navigation-menu
  • pagination
  • popover
  • progress
  • radio-group
  • scroll-area
  • select
  • separator
  • sheet
  • skeleton
  • slider
  • sonner
  • spinner
  • switch
  • table
  • tabs
  • textarea
  • toast
  • toggle
  • tooltip
  • typography
  • Other: Repository Configuration

What is the current behavior?

Currently, the repository lacks a DevContainer configuration, making it challenging for contributors to set up their development environments. This absence can lead to inconsistencies and increased setup time for new contributors.

Closes #615

What is the new behavior?

This PR introduces a .devcontainer configuration to the repository, providing a standardized, containerized development environment. This addition simplifies the setup process for all contributors and ensures consistency across development environments. Moreover, it enables GitHub Codespaces integration, allowing contributors to launch fully configured development environments in the cloud, thereby accelerating the contribution process.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

The DevContainer configuration includes all necessary dependencies and tools required for building and testing the project. Contributors can now start coding immediately without worrying about environment setup, leading to a more streamlined and efficient development workflow.

@goetzrobin
Copy link
Collaborator

@msaeedsaeedi thanks for adding this. it's still marked as in progress. also what's the best way to test this?

@msaeedsaeedi
Copy link
Author

We can create GitHub actions for automated testing using devcontainers/ci or use devcontainers/cli package to build run and execute commands inside container. In addition, could you please provide me the ideal environment for development? So, I can ensure it's working well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DevContainer Configuration for Easier Development Setup and Codespaces Support
2 participants