Skip to content

Conversation

@KartikLabhshetwar
Copy link

@KartikLabhshetwar KartikLabhshetwar commented Sep 24, 2025

Pull Request Template

Description

The copyright year in the footer section is fixed using the date library in JS. Now we don't need to update it each year. It will get updated every year automatically.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Additional Context (Please include any Screenshots/gifs if relevant)

Screenshot 2025-09-24 at 1 40 40 PM ...

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have tagged the reviewers in a comment below incase my pull request is ready for a review
  • I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.

Copilot AI review requested due to automatic review settings September 24, 2025 08:11
Copy link

Copilot AI left a 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 fixes the copyright year in the footer to be dynamically updated using JavaScript's Date object, eliminating the need for manual yearly updates.

  • Replaces hardcoded "2023" with a dynamic span element that displays the current year
  • Adds JavaScript code to automatically populate the current year using new Date().getFullYear()

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you and congratulations 🎉 for opening your very first pull request in writers-program

KartikLabhshetwar and others added 2 commits September 24, 2025 13:44
Signed-off-by: Kartik Labhshetwar <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Kartik Labhshetwar <[email protected]>
@KartikLabhshetwar
Copy link
Author

hi @Achanandhi-M a best and long term solution for the issue.

@KartikLabhshetwar
Copy link
Author

keploy/keploy#3038

@Achanandhi-M
Copy link
Member

Hey @KartikLabhshetwar , thank you so much for raising this PR! 🙌 We’ve already merged similar changes from another contributor, so we’ll be closing this one.

We really appreciate your effort and would love for you to pick a new good first issue — your contributions are always welcome! 💛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants