Open
Description
Describe a new Feature
- A clear and concise description of the new feature
- Some context about WHY you want this new feature
Describe what you expect! (Example)
I want Merkly to work like this:
import merkly
data = []
result = merkly.new_feature(data)
assert result == ["new data very cool"]