Skip to content

Conversation

@potatowski
Copy link
Owner

Pull Request Description

Summary of Changes

[Brief description of the changes introduced by this PR.]

Related Issue (if applicable)

[Link to the related issue or a brief explanation of the problem this PR addresses.]

Type of Change

Mark the type of change made:

  • Bugfix
  • New Feature
  • Performance Improvement
  • Documentation
  • Other: [specify]

Pre-merge Checklist

Make sure to have done the following before submitting the pull request:

  • I have tested the changes locally and they are working as expected.
  • I have added tests that demonstrate my solution is effective.
  • I have updated the documentation as necessary.

Additional Comments

[Add any additional comments or relevant information here.]

Is this a security-related request?

  • Yes
  • No

Steps to Test (if applicable)

[Provide detailed steps on how to review and test the changes made in this PR.]

@potatowski potatowski merged commit 8f757f5 into main Mar 26, 2025
2 checks passed
@potatowski potatowski requested a review from Copilot March 26, 2025 19:01
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 updates the project to version 2.0.0 by revising import paths across multiple files and adds a new pull request template.

  • Updated import paths for core modules and tests from v1 to v2.
  • Introduced a standardized pull request template to enhance contribution guidelines.

Reviewed Changes

Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/PULL_REQUEST_TEMPLATE.md Added a new PR template file.
src/voterRegistration/voterRegistration_test.go Updated import path to point to the v2 interface package.
src/cnh/cnh_test.go Updated import path to point to the v2 interface package.
src/cnpj/cnpj_test.go Updated import path to point to the v2 interface package.
src/cpf/cpf_test.go Updated import path to point to the v2 interface package.
brazilcode_test.go Updated import path to address the v2 package.
src/cnpj/cnpj.go Updated import path for utils to point to the v2 package.
brazilcode.go Updated multiple import paths to point to the v2 package modules.
src/cnh/cnh.go Updated import path for utils to point to the v2 package.
src/utils/calculator_test.go Updated import path to point to the v2 utils package.
src/cpf/cpf.go Updated import path for utils to point to the v2 package.
src/utils/digit_test.go Updated import path to point to the v2 utils package.
src/voterRegistration/voterRegistration.go Updated import path for utils to point to the v2 package.
src/utils/text_test.go Updated import path to point to the v2 utils package.
Files not reviewed (1)
  • go.mod: Language not supported

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