bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

Supported Python Versions And Contribution Guidelines #68

Closed mrmaxguns closed 3 years ago

mrmaxguns commented 3 years ago

The Problem

I am highly interested in contributing to the bullet repository. However, there isn't a set of requirements to contribute. One problem is that there is no supported version of python. Python syntax, builtins, etc have changed between versions and not knowing the supported version can cause conflict. For example, say a contributor has written that only works in python version 3.7 and above. Dependent projects might break due to this conflict.

Proposed Solution

Bullet is a growing project and I hope contributors will find it easy to share their knowledge.

bchao1 commented 3 years ago

HI, thanks for your suggestion. I've made the relevant additions to those files; hope you find them helpful.