Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.05 KB

File metadata and controls

34 lines (25 loc) · 1.05 KB

Contributing to HyperFocus

First off, thanks for taking the time to contribute! 🎉

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone the project to your own machine.
  3. Create a branch for your feature or bug fix.
    git checkout -b feature/amazing-feature
  4. Commit your changes to your own branch.
    git commit -m "Add some amazing feature"
  5. Push your work back up to your fork.
    git push origin feature/amazing-feature
  6. Submit a Pull Request so that we can review your changes.

Development Setup

Please refer to the README.md for detailed instructions on how to set up the project locally using Docker or manual installation.

Code Style

  • Backend: We use pytest for testing. Please ensure all tests pass before submitting.
  • Frontend: We use eslint and vitest. Run npm test to verify your changes.

License

By contributing, you agree that your contributions will be licensed under its MIT License.