Skip to content
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

Update .gitignore, adjust test namespaces, update SDK_VERSION and CHANGELOG.md to version 1.1.4 #57

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

jonathanpmartins
Copy link
Contributor

Description

This pull request includes the following changes:

  1. Addition of the /.idea folder to .gitignore:

    • This change prevents files related to IDE configuration from being unintentionally committed.
  2. Namespace adjustments in test classes:

    • Updated the namespaces of certain test classes to accurately reflect the directory structure they reside in, ensuring consistency and alignment with PSR-4 standards.
  3. Changelog update for version 1.1.4:

    • Added an entry for version 1.1.4 in the CHANGELOG.md file to document the recent updates and improvements made to the project.

Motivation

  • The inclusion of /.idea in .gitignore supports developers by excluding IDE-specific configuration files from the repository, avoiding unnecessary clutter in version control.
  • Aligning test namespaces with the directory structure improves maintainability and clarity for future contributors.
  • Keeping the changelog updated ensures that users and contributors have a clear view of the project's progress and changes.

Checklist

  • Reviewed contribution guidelines.
  • Verified that the .idea folder is excluded correctly in .gitignore.
  • Confirmed that all tests pass with updated namespaces.
  • Added relevant details to the changelog.

Additional Notes

I believe these changes align with the project's standards and contribute to maintaining a positive development environment. Feedback is welcome and appreciated!

@jonathanpmartins
Copy link
Contributor Author

I made the mistake of making this pull request from my "main" branch to your "main" branch. Sorry about that.

@jonathanpmartins jonathanpmartins changed the title Update .gitignore, adjust test namespaces, and update changelog for version 1.1.4 Update .gitignore, adjust test namespaces, update SDK_VERSION and CHANGELOG.md to version 1.1.4 Nov 22, 2024
@sibelius sibelius merged commit abab117 into woovibr:main Nov 23, 2024
7 checks passed
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