Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.49 KB

contribute.md

File metadata and controls

31 lines (18 loc) · 1.49 KB

Contributing to EpilespsyEye.ai

We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features

How to Contribute?

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Once you figure out what to contribute, open an issue at Issues. Make sure that the issue is detailed with respect to your contribution.

issues

  1. Fork the repo and create your branch from main.

fork

  1. If you've added code that should be tested, run the tests.

  2. Add Proper Documentation. Docstring should be added to the added/modified .py files. If you're adding a new class to be initialized, please mention the initialization to the README.md within the directory.

  3. Once everything is done, create a Pull Request. Wait for review to resolve any problems, and merging.

pull_request

License

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