Spaces:
Running
Running
Contributing to VeriFile-X
Development Setup
- Fork the repository
- Clone your fork
- Create a feature branch:
git checkout -b feature/your-feature - Make changes
- Test thoroughly
- Commit with clear messages
- Push and create Pull Request
Code Standards
- Python: Follow PEP 8
- Comments: Explain why, not what
- Tests: Required for new features
- Commits: Atomic and descriptive
Pull Request Process
- Update README if needed
- Add tests for new functionality
- Ensure all tests pass
- Request review from maintainer
Questions?
Open an issue with the question label.