You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
<!-- We follow conventional commit-style PR titles and kebab-case branch names -->
12
12
13
-
-[ ] I have followed the [contribution guidelines](https://github.com/philips-software/amp-devcontainer/blob/main/.github/CONTRIBUTING.md) for this repository
13
+
-[ ] I have followed the [contribution guidelines](https://github.com/embedded-pro/embedded-devcontainer/blob/main/.github/CONTRIBUTING.md) for this repository
14
14
-[ ] I have added tests for new behavior, and have not broken any existing tests
15
15
-[ ] I have added or updated relevant documentation
16
16
-[ ] I have verified that all added components are accounted for in the SBOM
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The key features of this project are described in the top-level README.md, read
17
17
18
18
## Folder Structure
19
19
20
-
The folder structure of amp-devcontainer is described below, adhere to the existing folder structure.
20
+
The folder structure of embedded-devcontainer is described below, adhere to the existing folder structure.
21
21
22
22
-`/.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.
23
23
-`/.devcontainer/[flavor]`: Contains the Dockerfile and configuration for each container flavor (e.g., `cpp`, `rust`).
This document describes the software system requirements for amp-devcontainer.
21
+
This document describes the software system requirements for embedded-devcontainer.
22
22
23
23
## Definitions of key words
24
24
25
25
The key words *MUST*, *MUST NOT*, *REQUIRED*, *SHALL*, *SHALL NOT*, *SHOULD*, *SHOULD NOT*, *RECOMMENDED*, *MAY*, and *OPTIONAL* in this document are to be interpreted as described in [RFC 2119](https://www.rfc-editor.org/rfc/rfc2119).
26
26
27
27
## Abstract
28
28
29
-
amp-devcontainer is a set of [devcontainers](https://containers.dev/) tailored towards modern, embedded, software development.
29
+
embedded-devcontainer is a set of [devcontainers](https://containers.dev/) tailored towards modern, embedded, software development.
30
30
31
31
The containers may be used both for local development and continuous integration (ci).
0 commit comments