Files
gh-action-readme/.github/contributing.md
Ismo Vuorinen ce02d36929 feat: add comprehensive security scanning and EditorConfig integration
- Add govulncheck, Snyk, and Trivy vulnerability scanning
- Create security workflow for automated scanning on push/PR/schedule
- Add gitleaks for secrets detection and prevention
- Implement EditorConfig linting with eclint and editorconfig-checker
- Update Makefile with security and formatting targets
- Create SECURITY.md with vulnerability reporting guidelines
- Configure Dependabot for automated dependency updates
- Fix all EditorConfig violations across codebase
- Update Go version to 1.23.10 to address stdlib vulnerabilities
- Add tests for internal/helpers package (80% coverage)
- Remove deprecated functions and migrate to error-returning patterns
- Fix YAML indentation in test fixtures to resolve test failures
2025-08-03 20:12:18 +03:00

21 lines
681 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributing to gh-action-readme
Thank you for considering contributing!
## How to contribute
- Fork the repository and create your branch from `main`.
- If youve added code, write tests.
- Ensure the code builds and tests pass (`make test`).
- Follow the code style used in the repository.
- If youre adding new features or commands, update the documentation and add usage examples.
## Reporting issues
- Search existing issues before opening a new one.
- Provide a clear description and, if possible, a minimal reproducible example.
## Code of Conduct
This project follows an inclusive, respectful Code of Conduct. Please treat everyone with respect and kindness.