Skip to content

Commit 630e6c6

Browse files
authored
chore: update copilot instructions to link relevant docs (#19785)
1 parent 85a2450 commit 630e6c6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/copilot-instructions.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
- Use severities: **[Blocker]**, **[Important]**, **[Suggestion]**.
88
- Do **not** nitpick items handled by automation (formatting, lint rules).
99

10-
Related docs:
10+
Related docs (important):
1111

12-
- **Coding Standards:** https://github.com/wireapp/wire-webapp/tree/docs/coding-standards.md
13-
- **Tech Radar:** https://github.com/wireapp/wire-webapp/tree/docs/tech-radar.md
12+
- **Coding Standards:** docs/coding-standards.md
13+
- **Tech Radar:** docs/tech-radar.md
14+
15+
**Additional rules (open when relevant)**
16+
17+
- Security: `.github/instructions/security.instructions.md`
18+
- Accessibility: `.github/instructions/accessibility.instructions.md`
19+
- React/UX: `.github/instructions/react.instructions.md`
20+
- TypeScript: `.github/instructions/typescript.instructions.md`
1421

1522
---
1623

@@ -50,12 +57,12 @@ Related docs:
5057

5158
### Everything else
5259

53-
- For imports/TS/React/testing/naming/readability: **refer to** the [Coding Standards](https://github.com/wireapp/wire-webapp/tree/docs/coding-standards.md).
60+
- For imports/TS/React/testing/naming/readability: **refer to** the [Coding Standards](docs/coding-standards.md).
5461
- If a standard is violated, link the relevant section and suggest a minimal change.
5562

5663
### Technology choices
5764

58-
- Compare any new dependencies in `package.json`/lockfiles to the [Tech Radar](https://github.com/wireapp/wire-webapp/tree/docs/tech-radar.md).
65+
- Compare any new dependencies in `package.json`/lockfiles to the [Tech Radar](docs/tech-radar.md).
5966
- If not **Adopt**/**Trial**, mark **[Blocker]** and request an RFC/approval link.
6067
- For **Trial**, ensure usage is narrowly scoped and success criteria exist.
6168

0 commit comments

Comments
 (0)