Repository.py: Change docstring in `issues` property to express that only open issues are being returned
The docstring in the 'issues' property doesn't express clearly whether the issues are being filtered by state.
When you call the property, 'issues' with the state 'open' are being returned.
Therefore the docstrings should be changed in:
-
Interface -
GitLab Implementation -
GitHub Implementation -
Jira Implementation (if implemented already)