Thank you for your interest in contributing! 🎉
git clone https://github.com/AetherCodeHQ/shieldguard.git
cd shieldguardgit checkout -b feature/your-feature-name- Write clean, documented code
- Follow Go conventions (
gofmt,golint) - Add tests for new functionality
go test ./...
golangci-lint rungit commit -m "feat: add new feature description"git push origin feature/your-feature-nameWe use Conventional Commits:
feat:— New featurefix:— Bug fixdocs:— Documentation changesstyle:— Code style changes (formatting, etc.)refactor:— Code refactoringtest:— Adding testschore:— Maintenance tasks
Please read our Code of Conduct before contributing.
Open an issue or start a discussion!