Skip to content

Commit 48e4a39

Browse files
SeppoTakaloCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 02df87e commit 48e4a39

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ west build -b nrf9151dk/nrf9151/ns app
5454
- **Always** use the `/ns` (non-secure) board target — TF-M is required. Omitting `/ns` causes a build failure.
5555
- The board target `nrf9151dk/nrf9151/ns` is the primary and mandatory target.
5656
- The secondary supported target is `thingy91x/nrf9151/ns`.
57-
- Sysbuild is enabled by default (`sysbuild.conf` at repo root); the build produces MCUBoot + app images.
58-
- Build output lands in `app/build/`.
57+
- Sysbuild is enabled by default (`app/sysbuild.conf`); the build produces MCUBoot + app images.
58+
- With the command above run from the repository root, build output lands in `build/` unless `-d` is used.
5959

6060
### Clean (pristine) build
6161

.github/instructions/DOC.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Reference: [Nordic Tech Docs Style Guide](https://nordicplayground.github.io/tec
1414
- Maintain consistent formatting and structure
1515
- Use American English spelling (reference: [Merriam-Webster](https://www.merriam-webster.com/))
1616
- Use present tense
17-
- Use active voice; passive voice is acceptable only when the system performs the action, the receiver of the action should be emphasised, or the passive form is clearer
17+
- Use active voice; passive voice is acceptable only when the system performs the action, the receiver of the action should be emphasized, or the passive form is clearer
1818
- Use gender-neutral language
1919
- Keep sentences short; use subject + verb + object order
2020
- Use lists where appropriate
@@ -42,7 +42,7 @@ Reference: [Nordic Tech Docs Style Guide](https://nordicplayground.github.io/tec
4242
- Use the SVG Diagram Guidelines (below) when creating new figures
4343

4444
## File Templates
45-
- For new documentation files, use nRF template: [templates.rst](nrf/doc/nrf/dev_model_and_contributions/documentation/templates.rst)
45+
- For new documentation files, use nRF template: [templates.rst](https://github.com/nrfconnect/sdk-nrf/blob/main/doc/nrf/dev_model_and_contributions/documentation/templates.rst)
4646
- Follow established documentation patterns
4747
- Include proper metadata and headers
4848

0 commit comments

Comments
 (0)