Skip to content

Conversation

@ct-vrushti
Copy link
Contributor

Commit Checklist

  • Remove UNUSED comment code
  • Remove any logging like console.log
  • Remove all warnings and errors while build
  • Check vulnerabilities
  • Make sure build for production is working. Try running command for prod build in local.
  • Fix prettier: npx prettier --write .
  • Fix eslint: npx eslint src\ --fix command
  • Push package.lock only if you used npm, push yarn.lock only if you used yarn. NPM will udpate both lock file so make sure you dont push yarn.lock updated by NPM
  • WCAG

General

  • Follow import structure. module/third-party/files/component/style/types/asset
  • Try to use theme for design like palette, typography, variant, components, etc. (don't use custom color code anyhow)
  • Before adding custom style follow our pre-built components/elements

@ct-vrushti ct-vrushti merged commit 03a551c into master Jan 2, 2026
Copy link
Contributor

@phoenixcoded20 phoenixcoded20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"file": "LICENSE",
"approved": false,

"issues": [
{
"type": "bug",
"severity": "high",
"description": "The copyright year is incorrect. It should reflect the current year to maintain legal validity.",
"recommendedFix": "Update the copyright year to the current year, which is 2023.",
"codeFix": "-Copyright (c) 2025 CodedThemes\n+Copyright (c) 2023 CodedThemes"
}
]
}

@ct-vrushti ct-vrushti deleted the fix-copyright-year branch January 3, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants