-
Notifications
You must be signed in to change notification settings - Fork 7
ci: add copilot instructions #944
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
811f4b8
ci: add copilot instructions
rjaegers 74949cd
Merge branch 'main' into ci/add-copilot-instructions
rjaegers 174e19c
Merge branch 'main' into ci/add-copilot-instructions
rjaegers f8aac22
docs: reduce duplication between readme and copilot-instructions
rjaegers a77d113
Merge branch 'main' into ci/add-copilot-instructions
rjaegers b2beaf8
docs: minor improvements to readme
rjaegers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Project Overview | ||
|
|
||
| This repository contains devcontainers tailored towards modern software development. | ||
| The containers try to be as "batteries included" as possible without being overly opinionated, and are usable for both local development and continuous integration. | ||
| All containers are multi-platform and can be used on x64 (x86-64) and arm64 hardware on an operating system that supports an [OCI](https://opencontainers.org/) compatible container engine. | ||
| This includes Windows, Linux, and macOS on both Intel and Apple silicon. | ||
|
|
||
| The devcontainers include modern, up-to-date, tooling for C++ and Rust development, and are fully compatible with GitHub Codespaces and Visual Studio Code. | ||
| The containers are versioned using [Semantic Versioning](https://semver.org/) and are designed with supply-chain security in mind. | ||
| They can be used with [Dependabot](https://dependabot.com/) to keep dependencies up to date. | ||
|
|
||
| The container images should provide a secure foundation for regulated software development in e.g. the medical, automotive, aviation, and railroad domains. | ||
|
|
||
| ## Key Features | ||
|
|
||
| The key features of this project are described in the top-level README.md, read them from there to prevent duplication and mismatches. | ||
|
|
||
| ## Folder Structure | ||
|
|
||
| The folder structure of amp-devcontainer is described below, adhere to the existing folder structure. | ||
|
|
||
| - `/.devcontainer`: Contains the source code for the container flavors with a top-level devcontainer.json file to enable `clone in container volume` of this repository. | ||
| - `/.devcontainer/[flavor]`: Contains the Dockerfile and configuration for each container flavor (e.g., `cpp`, `rust`). | ||
| - `/.devcontainer/[flavor]-test`: Contains a devcontainer.json file for testing the container flavor. | ||
| - `/.github`: Contains the GitHub workflows for CI/CD, linter configuration, issue templates and re-usable actions. | ||
| - `/test/[flavor]`: Contains [Bats](https://bats-core.readthedocs.io/en/stable/) integration- and Playwright verification tests for the containers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.