Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 984 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 984 Bytes

How to contribute to wenv-kernel

Thank you for considering contributing to wenv-kernel! Contributions are highly welcomed!

Branching model

Development happens in the develop branch. Please issue pull requests against develop. The master branch is supposed to be kept at the latest, stable release.

Language level & interpreters

This project targets Python 3 exclusively. Python 3.4 support is optional and can be dropped if required. Python 3.5 and later are mandatory as Python 3.5 is still widely used and supported. The primary target so far is CPython, although PyPy support is highly welcome.

General workflow

If you are planning on working on a "larger" issue or feature, please add yourself to the corresponding issue on GitHub or create a new one there - before you start working. This helps to reduce duplicate effort and allows to coordinate developers.

New features are supposed to be tested. Tests are expected as part of pull requests.