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

Setup GitHub Codespaces for MasterCommander Development #15

Closed
phmatray opened this issue Feb 14, 2024 · 0 comments · Fixed by #16
Closed

Setup GitHub Codespaces for MasterCommander Development #15

phmatray opened this issue Feb 14, 2024 · 0 comments · Fixed by #16
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@phmatray
Copy link
Owner

User Story: As a contributor to MasterCommander, I want to set up GitHub Codespaces for the project, so that I can easily contribute to the codebase without the need to configure my local development environment.

Description: This feature involves creating a GitHub Codespace configuration for MasterCommander. It will allow contributors to launch a fully configured development environment in the cloud, complete with all the necessary dependencies and tools installed. This setup will streamline the onboarding process for new contributors and ensure consistency across development environments.

Design: [Placeholder for design details]

Technical Implementation Information:

  • Create a .devcontainer directory in the MasterCommander repository.
  • Inside the .devcontainer directory, add a devcontainer.json file to specify the configuration of the Codespace, including the Docker image to use, extensions to install, and any necessary environment variables.
  • Choose a base Docker image that includes the .NET SDK and other tools required for MasterCommander development, such as Git, Docker CLI, and PowerShell.
  • Configure the Dockerfile to install any additional dependencies not included in the base image.
  • Add setup scripts if necessary to automate the setup of the development environment further.
  • Document the process for accessing and using the Codespace for development, including how to start the environment, run tests, and contribute changes back to the project.

Acceptance Criteria:

  • Contributors can open the MasterCommander repository in GitHub Codespaces and have a fully configured development environment ready within minutes.
  • The Codespace includes all necessary dependencies to build, run, and test MasterCommander.
  • Documentation is available to guide contributors on how to use the Codespace environment for development tasks.
  • The setup supports the latest version of the .NET SDK and other critical tools used in the MasterCommander development workflow.
  • Changes made within the Codespace can be committed and pushed back to the repository without any additional configuration.
@phmatray phmatray converted this from a draft issue Feb 14, 2024
@phmatray phmatray added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 14, 2024
@phmatray phmatray moved this from Backlog to Ready in MasterCommander Feb 14, 2024
@phmatray phmatray linked a pull request Feb 14, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Ready to Done in MasterCommander Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant