google / google/Xee

Add package versions to bug template

Open
#206 0 comments 0 reactions 1 assignee Claimed by @jdbcode View on GitHub
enhancement
Dominant language
Python
Stars
371
Forks
48
PR merge metrics
No merged PRs in 30d

Description

Once #205 is merged, add package version information to the bug template.

```
print(f'Python version = {sys.version}')
print(f'earthengine-api version = {ee.__version__}')
print(f'xee version = {xee.__version__}')

print(f'xarray version = {xr.__version__}')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.