Thank you for your interest in contributing!
Repository: https://github.com/vam876/FastWinLog
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Install dependencies
pip install -r requirements.txt
# Run the application
python main.py- Follow PEP 8 for Python code
- Use type hints where appropriate
- Add docstrings to functions and classes
Before submitting a PR, please ensure:
- Your code runs without errors
- You've tested with real EVTX files
- Performance is not degraded
When reporting issues, please include:
- Windows version
- Python version
- Steps to reproduce
- Error messages or logs
- Sample EVTX file (if possible)
By contributing, you agree that your contributions will be licensed under the BSD-3-Clause License.