🔄 Sync: Update develop branch with latest main changes#53
Merged
Conversation
…ME - Update Docker Image Test badge to point to existing go-build.yml workflow - Update Docker Build badge to point to correct docker-build.yml workflow - Fix Code Coverage badge to use GitHub URL instead of local file path
…e documentation - Add modern layout with emojis and clear sections - Include detailed Docker Compose usage examples - Add troubleshooting guide and development setup - Enhance configuration documentation - Add internationalization details and platform support info
…X - Replace old markdown templates with modern YAML form templates - Add structured bug report, feature request, documentation, and question templates - Enhance pull request template with comprehensive sections and checklists - Improve bot configuration with professional welcome messages - Add issue template configuration with helpful links - Remove legacy templates and reorganize structure
…Update CHANGELOG.md with detailed version history and emojis - Enhance CONTRIBUTING.md with structured guidelines and new templates - Modernize SECURITY.md with comprehensive security practices - Develop RELEASE_NOTES.md with detailed v2.0.0 information - Update LICENSE to properly attribute original author and current maintainer
…elease date from 2024-12-15 to 2025-01-15 in CHANGELOG.md and RELEASE_NOTES.md - Update v1.x EOL date from 2024-06-01 to 2025-01-01 in SECURITY.md - Ensure date consistency across all documentation files
…0.0 release date from 2025-01-15 to 2025-05-23 in CHANGELOG.md and RELEASE_NOTES.md - Update v1.x EOL date to 2025-05-23 to align with v2.0 release - Reflect actual release date of today
…ranch from development to supported (same as latest) - Add develop branch as the actual development/unstable branch - Align with standard Git workflow where main is stable and develop is for development
feat: complete project modernization - documentation, templates, and community standards
JohanDevl
added a commit
that referenced
this pull request
May 23, 2025
Merge pull request #53 from JohanDevl/sync/main-to-develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Purpose
Synchronize the
developbranch with the latest changes frommainto ensure development work continues with the most recent updates.📋 Changes to Sync
This PR brings the following changes from
maintodevelop:🆕 Recent Commits (main → develop)
🎨 Professional Documentation Overhaul (PR feat: complete project modernization - documentation, templates, and community standards #52)
🔧 Documentation Corrections
📊 Impact
🔍 Validation
📝 Post-Merge Actions
After merging this PR:
developdevelop🎯 Merge Strategy
Recommended: Merge commit to preserve the sync history and maintain clear branch relationships.
Branch Status:
main: Stable, production-ready (v2.0.4)develop: Will be updated with this syncThis sync ensures
developcontains all the latest improvements for future development work.