Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 727 Bytes

File metadata and controls

47 lines (31 loc) · 727 Bytes

Contributing

Thank you for your interest in contributing to Keyboard Typing Analyzer.

How to Contribute

  1. Fork the repository
  2. Create a new branch
git checkout -b feature/your-feature-name
  1. Make your changes
  2. Commit your changes
git commit -m "Add new feature"
  1. Push the branch
git push origin feature/your-feature-name
  1. Open a Pull Request

Contribution Guidelines

  • Follow Python best practices
  • Keep the code modular
  • Document new features clearly
  • Ensure the application still runs correctly

Bug Reports

If you find a bug, please open an Issue describing:

  • The problem
  • Steps to reproduce it
  • Expected behavior
  • Screenshots if applicable