Skip to content

Commit 08d3398

Browse files
authored
Merge branch 'main' into fix-preserve-whitespaces-infotext
2 parents 69b0db8 + e4bc905 commit 08d3398

File tree

465 files changed

+20457
-7953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+20457
-7953
lines changed

.changeset/cold-chairs-tease.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@db-ux/core-foundations": patch
3+
"@db-ux/core-components": patch
4+
"@db-ux/agent-cli": patch
5+
---
6+
7+
chore: update instructions files for better copilot outputs
8+
fix: add some missing variables

.changeset/config.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config/schema.json",
3-
"changelog": "@changesets/changelog-git",
4-
"commit": true,
3+
"changelog": [
4+
"scripts/github/changesets/create-changelog.js",
5+
{ "owner": "db-ux-design-system", "repo": "core-web" }
6+
],
7+
"commit": false,
58
"fixed": [
69
[
710
"@db-ux/core-foundations",
@@ -11,12 +14,25 @@
1114
"@db-ux/v-core-components",
1215
"@db-ux/wc-core-components",
1316
"@db-ux/core-stylelint",
14-
"@db-ux/core-migration"
17+
"@db-ux/core-migration",
18+
"@db-ux/agent-cli"
1519
]
1620
],
17-
"ignore": ["scripts"],
21+
"ignore": [
22+
"scripts",
23+
"@db-ux/docs",
24+
"@db-ux/e2e",
25+
"angular-showcase",
26+
"angular-ssr-showcase",
27+
"next-showcase",
28+
"nuxt-showcase",
29+
"patternhub",
30+
"react-showcase",
31+
"stencil-showcase",
32+
"vue-showcase"
33+
],
1834
"linked": [],
1935
"access": "public",
20-
"baseBranch": "main",
36+
"baseBranch": "origin/main",
2137
"updateInternalDependencies": "patch"
2238
}

.changeset/eleven-balloons-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-doors-give.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/old-wings-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-adults-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.config/.jscpd.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"**/.next/**",
1313
"**/.nuxt/**",
1414
"**/.output/**",
15+
"**/agent/**",
1516
"**/.vscode/**",
1617
"**/*-example/index.html",
1718
"**/*-showcase/index.html",
@@ -46,6 +47,8 @@
4647
"packages/foundations/assets/icons/functional/fonts/**",
4748
"packages/foundations/assets/icons/fonts/**",
4849
"packages/foundations/dev",
50+
"packages/migration/test/**/has-changes.txt",
51+
"packages/migration/test/**/no-change.txt",
4952
"showcases/**/results/**",
5053
"showcases/angular-showcase/.angular/cache",
5154
"showcases/angular-showcase/.angular/cache/**",
@@ -61,5 +64,6 @@
6164
"showcases/shared/*.json",
6265
"showcases/vue-showcase/src/components/form/Form.vue"
6366
],
67+
"ignorePattern": ["<option value=\"test5\">Test5</option>"],
6468
"absolute": true
6569
}

.config/.markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MD026:
3232
MD029: false # Ordered list item prefix
3333
MD030: false
3434
MD033:
35-
allowed_elements: [br]
35+
allowed_elements: [br, details, summary]
3636
MD036: false # Emphasis used instead of a heading
3737
MD041: false # h1 first line is not working in this monorepo
3838
MD049: false # emphasis-style Emphasis style should be consistent

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ body:
99
value: |
1010
Thank you for taking the time to fill out this bug report! Feedback from the community is highly valuable to us, as it helps improve our work and benefits all users. 🙂
1111
12-
We would be more than happy if you could share a URL if the problem occurs in our [documentation](https://design-system.deutschebahn.com/core-web/), or at least some code. Even better would be a [working example on StackBlitz or CodeSandbox](https://design-system.deutschebahn.com/core-web/version/latest/foundations/playgrounds). Please keep in mind not to share any internal information or data this way. This includes internal URLs. Only use sample material.
12+
We would be more than happy if you could share a URL if the problem occurs in our [documentation](https://design-system.deutschebahn.com/core-web/), or at least some code. Even better would be a [working example on StackBlitz or CodeSandbox](https://design-system.deutschebahn.com/core-web/version/latest/foundations/playgrounds).
13+
14+
⚠️ **Please keep in mind to use anonymous sample material:**
15+
- **Do not share any personal data (e.g., names, email addresses, customer data)**
16+
- **Do not attach any confidential company information**
17+
- **Do not upload full-screen product screenshots**
18+
- **Do not share internal URLs.**
1319
1420
- type: checkboxes
1521
id: component
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
name: 📄 GitHub Copilot Instructions feedback
2+
description: Share feedback about the .github/copilot-instructions.md documentation (model choice, prompt results, clarity, etc.).
3+
title: "[GitHub Copilot Instructions feedback]: "
4+
labels: [📕documentation, 💡copilot]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to share your feedback! This form is to help us improve the `.github/copilot-instructions.md` documentation provided in the design system by using the [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) node package.
10+
11+
⚠️ **Please keep in mind to use anonymous sample material:**
12+
- **Do not share any personal data (e.g., names, email addresses, customer data)**
13+
- **Do not attach any confidential company information**
14+
- **Do not upload full-screen product screenshots**
15+
- **Do not share internal URLs.**
16+
17+
- type: input
18+
id: model-used
19+
attributes:
20+
label: 🤖 Model you used
21+
description: Which model (if any) did you follow or reference from the documentation?
22+
placeholder: e.g. GPT-4o, Claude 2, Custom LLM, etc.
23+
validations:
24+
required: false
25+
26+
- type: textarea
27+
id: prompt-used
28+
attributes:
29+
label: 💬 Prompt or usage example
30+
description: Share the exact or approximate prompt or example you tried using, based on the documentation.
31+
placeholder: Copy/paste or summarize the input/prompt you used.
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: issue-description
37+
attributes:
38+
label: ❗ What didn’t work as expected?
39+
description: Describe what was confusing, broken, or didn’t meet your expectations. Be as detailed as possible.
40+
placeholder: Include any error messages, mismatches, unexpected behaviors, or missing context.
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: expected-behavior
46+
attributes:
47+
label: ✅ What did you expect instead?
48+
description: What outcome were you hoping for or expecting based on the instructions provided?
49+
placeholder: Describe the result you thought you’d get.
50+
validations:
51+
required: false
52+
53+
- type: textarea
54+
id: suggestions
55+
attributes:
56+
label: 💡 Suggestions for improvement
57+
description: How could we make the documentation clearer, more accurate, or more helpful?
58+
placeholder: e.g. "Add a note about prompt structure", "Link to working examples", etc.
59+
validations:
60+
required: false
61+
62+
- type: dropdown
63+
id: ide
64+
attributes:
65+
label: 📝 Which IDE did you use?
66+
description: Please provide information on the IDE you've used.
67+
options:
68+
- Visual Studio Code
69+
- IntelliJ
70+
- Others (please provide more information in another field)
71+
validations:
72+
required: false
73+
74+
- type: dropdown
75+
id: clarity-rating
76+
attributes:
77+
label: 📝 How clear was the documentation?
78+
description: Rate how easy it was to follow the instructions.
79+
options:
80+
- 1 - Very unclear
81+
- 2 - Somewhat unclear
82+
- 3 - Neutral
83+
- 4 - Mostly clear
84+
- 5 - Very clear
85+
validations:
86+
required: false
87+
88+
- type: input
89+
id: link-or-context
90+
attributes:
91+
label: 🔗 Context (optional)
92+
description: If you're referencing a specific section or line in the documentation, include a link or brief context.
93+
placeholder: e.g. Line 32 in .github/copilot-instructions.md or a permalink to the file
94+
validations:
95+
required: false
96+
97+
- type: dropdown
98+
id: businessunit
99+
attributes:
100+
label: Which DB business unit do you work for?
101+
options:
102+
- DB Systel GmbH (please name your customer below)
103+
- DB Fernverkehr AG
104+
- DB Regio AG
105+
- DB InfraGO AG
106+
- DB Cargo AG
107+
- DB Konzern
108+
- DB Vertrieb GmbH
109+
- DB Energie
110+
- DB Connect
111+
- other (please specify below)
112+
validations:
113+
required: false
114+
115+
- type: input
116+
id: businessunit2
117+
attributes:
118+
label: ”DB Systel” please enter your customer / ”other” please enter your area or business unit.
119+
validations:
120+
required: false
121+
122+
- type: input
123+
id: project
124+
attributes:
125+
label: What project are you working on?
126+
validations:
127+
required: false

0 commit comments

Comments
 (0)