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

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": "best-practice",
"severity": "medium",
"description": "The copyright year should be updated when a new calendar year begins. This should be reflected accurately.",
"recommendedFix": "Change the copyright year from 2026 to the current year or the range of applicable years.",
"codeFix": "@@ -1,6 +1,6 @@\n MIT License\n \n-Copyright (c) 2025 CodedThemes\n+Copyright (c) 2023 CodedThemes"
}
]
}

@phoenixcoded20 phoenixcoded20 merged commit 38e0caa into master Jan 2, 2026
@phoenixcoded20 phoenixcoded20 deleted the fix-copyright-year branch January 2, 2026 10:37
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