docs: Add CONTRIBUTING.md guidelines and CHANGELOG.md version tracking - #1
Merged
Conversation
📚 Added comprehensive documentation: CONTRIBUTING.md: - Development setup and environment configuration - Coding standards and commit message format - Testing guidelines and test structure - Pull request process and approval workflow - Issue reporting templates for bugs and features - Security vulnerability reporting guidelines - Recognition and contribution acknowledgment CHANGELOG.md: - Semantic versioning and Keep a Changelog format - Complete version history starting from 1.0.0 - Detailed 2.0.0 release notes with all enhancements - DPI improvements, ML-based anomaly detection - Payload analysis and file carving features - Technical improvements and infrastructure updates - Guidelines for maintaining version history These files establish professional development practices and maintain comprehensive project history.
amibhai
added a commit
to amibhai/AndroNet
that referenced
this pull request
Aug 6, 2026
apksigner verify --print-certs actually prints "V2 Signer: certificate SHA-256 digest: <hex>" — the workflow was grepping for a "Signer iritikrajput#1 certificate SHA-256 digest" line that apksigner never produces, so $actual was always empty and the release build failed at this step every time. Verified the corrected pattern against the local release APK before pushing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
📚 Added comprehensive documentation:
CONTRIBUTING.md:
CHANGELOG.md:
These files establish professional development practices and maintain comprehensive project history.