Skip to content

Commit 8849f13

Browse files
authored
Merge branch 'master' into vkombov/fix-17105
2 parents 032ae0b + b0c1da4 commit 8849f13

36 files changed

Lines changed: 866 additions & 606 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Closes #
66
- [ ] Documentation
77
- [ ] Demos
88
- [ ] CI/CD
9+
- [ ] Tests
10+
- [ ] Changelog
11+
- [ ] Skills/Agents
912

1013
### Checklist:
1114
- [ ] All relevant tags have been applied to this PR

.github/agents/feature-orchestrator-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ projects/igniteui-angular/core/src/core/styles/ ← component SCSS themes
131131
1. Read the feature request.
132132
2. Search the repo to identify affected components, directives, services, and files.
133133
3. If the feature touches theming or styles, read
134-
`skills/igniteui-angular-theming/references/contributing.md` before planning the styling handoff.
134+
`.github/themes-contributing.md` before planning the styling handoff.
135135
4. Determine:
136136
- Which components are affected and where they live
137137
- Whether this replaces, renames, or deprecates any existing API

.github/agents/theming-styles-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your job is to implement visual fixes and style features in the in-repo SCSS sou
2323

2424
1. Read the original request, bug report, or handoff summary.
2525
2. Read the relevant SCSS, component markup, and any existing tests before editing.
26-
3. Read `skills/igniteui-angular-theming/references/contributing.md` in full before modifying any `_*-theme.scss` or `_*-component.scss` file, wiring a component into the theme system, or changing style tests.
26+
3. Read `.github/themes-contributing.md` in full before modifying any `_*-theme.scss` or `_*-component.scss` file, wiring a component into the theme system, or changing style tests.
2727
4. Decide whether the change belongs in a component theme file, a structural component file, shared style infrastructure, or a minimal supporting markup hook.
2828
5. Implement the required theming and style changes without expanding into unrelated production logic.
2929
6. Run the relevant style validation before finishing.
@@ -32,7 +32,7 @@ Your job is to implement visual fixes and style features in the in-repo SCSS sou
3232

3333
## Required Reference
3434

35-
Contributing to the in-repo SCSS source is covered in `skills/igniteui-angular-theming/references/contributing.md`.
35+
Contributing to the in-repo SCSS source is covered in `.github/themes-contributing.md`.
3636

3737
Read that file when:
3838
- modifying or creating `_*-theme.scss` files

skills/igniteui-angular-theming/references/contributing.md renamed to .github/themes-contributing.md

File renamed without changes.

gulpfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ module.exports.copyMigrations = (cb) => {
6262
'!**/tsconfig.json'
6363
]).pipe(gulp.dest('./dist/igniteui-angular/migrations'));
6464

65-
66-
gulp.src([
67-
'./projects/igniteui-angular/migrations/common/import-helper.js'
68-
]).pipe(gulp.dest('./dist/igniteui-angular/migrations/common'));
69-
7065
cb();
7166
};
7267

0 commit comments

Comments
 (0)