-
Notifications
You must be signed in to change notification settings - Fork 1
feat: adding code and setup repo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR initializes the Intel UI Icons repository by adding icon assets, project configuration, and CI/CD workflows.
- Add generated icon codepoint mapping and default font style
- Configure development tooling (Prettier, commitlint, Husky) and package ignores
- Set up security scanning, Dependabot, and semantic-release workflows
Reviewed Changes
Copilot reviewed 4610 out of 4610 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
gen/.gitignore | Ignore node_modules and .env in the gen directory |
dist.web/icons.json | Add generated icon-to-codepoint mapping |
commitlint.config.js | Configure commitlint with conditional rule for release process |
SECURITY.md | Add security policy and reporting instructions |
README.md | Add usage instructions for the icon font |
CODE_OF_CONDUCT.md | Standardize bullet formatting |
.releaserc | Configure semantic-release plugins and branch |
.prettierrc.js | Add Prettier configuration |
.prettierignore | Define files to ignore by Prettier |
.nvmrc | Specify Node.js version |
.npmrc | Set npm registry |
.npmignore | Define files/directories to exclude from npm package |
.husky/pre-commit | Run formatting before commits |
.husky/commit-msg | Lint commit messages |
.github/workflows/trivy-scan.yml | Add Trivy filesystem vulnerability scanning workflow |
.github/workflows/release.yml | Add semantic-release workflow |
.github/dependabot.yml | Add Dependabot daily updates for npm |
.fantasticonrc.js | Configure fantasticon for icon font generation |
.env | Add default FONT_STYLE environment variable |
Comments suppressed due to low confidence (1)
.github/workflows/trivy-scan.yml:19
- There's a typo in the checkout configuration: it should be
fetch-tags: true
instead offecth-tags: true
.
fecth-tags: true
@@ -0,0 +1,25 @@ | |||
# Intel UI Icons | |||
|
|||
Spark Island offering the Intel's brand icons.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence has a grammatical issue and an extra period. Consider rephrasing to something like "Spark Island offers Intel's brand icons."
Spark Island offering the Intel's brand icons.. | |
Spark Island offers Intel's brand icons. |
Copilot uses AI. Check for mistakes.
09495fd
to
e49e363
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
0a90b5a
to
a74e3fe
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
baf82f4
to
00d20c9
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
00d20c9
to
8ddc5eb
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
20c69d9
to
9c56175
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
612a45c
to
2babab4
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
ee6ebb2
to
57005af
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Francesa Alfaro, Agustin <agustin.francesa.alfaro@intel.com>
407cd7e
to
281e14a
Compare
No description provided.