3a2c66702c
Tests on CPU (scheduled) / check-skip (push) Has been cancelled
Tests on CPU (scheduled) / pre-tests (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-ubuntu (float32) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-ubuntu (float64) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float64, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float64, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.13, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.13, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.11, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.11, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.12, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.12, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.13, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / coverage (push) Has been cancelled
Tests on CPU (scheduled) / typing (push) Has been cancelled
Tests on CPU (scheduled) / tutorials (push) Has been cancelled
Tests on CPU (scheduled) / docs (push) Has been cancelled
Lint / TOML Format (push) Has been cancelled
29 lines
1.6 KiB
ReStructuredText
29 lines
1.6 KiB
ReStructuredText
Contribute to Kornia
|
|
====================
|
|
|
|
Everyone is welcomed to get involved with the project. There are different ways in how you can put your two cents:
|
|
|
|
1. Ask/Answer questions in the #kornia tag in `Kornia Discuss <https://github.com/kornia/kornia/discussions>`_:
|
|
- Please, don't use GitHub issues for Q&A.
|
|
|
|
2. Report bugs through GitHub issues:
|
|
- Do a quick search first to see whether others reported a similar issue.
|
|
- In case you find an unreported bug, please open a new ticket.
|
|
- Try to provide as much information as possible.
|
|
|
|
3. Join our Slack `[HERE] <https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-2AQRi~X9Uu6PLMuUZdvfjA>`_
|
|
|
|
4. Fix a bug or develop a feature from the roadmap:
|
|
- We will always have an open ticket showing the current roadmap.
|
|
- Pick an unassigned feature (or potentially propose new one) or an open bug ticket.
|
|
- Follow the instructions from `Developing Kornia <https://github.com/kornia/kornia/blob/main/CONTRIBUTING.md#developing-kornia>`_ to set up your development environment and start coding.
|
|
- Checkout our coding conventions. See more details below.
|
|
- Run the test framework locally and make sure all works as expected before sending a pull request.
|
|
- Open a Pull Request, get the green light from the CI and get your code merged.
|
|
|
|
5. Donate resources to the project through `GitHub Sponsor <https://github.com/sponsors/edgarriba>`_ or `Open Collective <https://opencollective.com/kornia>`_ !
|
|
|
|
For more information about our development process, see our `Developers corner <https://github.com/kornia/kornia/blob/main/CONTRIBUTING.md#developing-kornia>`_.
|
|
|
|
**Happy coding !**
|