Skip to content

Commit b70464c

Browse files
committed
Point at the issue-tracker milestones as the project roadmap
1 parent a7a3c0e commit b70464c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ author = Person(family_name="Laurel", given_name="Stan", affiliations=[affiliati
198198
author.save(client, space="myspace")
199199
```
200200

201+
## Roadmap
202+
203+
Planned work is tracked with [milestones](https://github.com/HumanBrainProject/fairgraph/milestones)
204+
on the issue tracker: each milestone collects the issues intended for a given release.
205+
201206
## Getting help
202207

203208
In case of questions about **fairgraph**, please contact us via https://ebrains.eu/support/.

doc/contributing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Fix bugs or add new features
2121
Look through the GitHub issues for bugs. Anything is open to whoever wants to implement it.
2222
Changes should be proposed through pull requests.
2323

24+
Planned work is organised with `milestones`_ on the issue tracker: each milestone collects the
25+
issues intended for a given release, so the milestone list serves as the project roadmap.
26+
Issues labelled ``task`` are maintenance and code-quality work rather than user-facing changes.
27+
2428
Improve documentation
2529
---------------------
2630

@@ -323,4 +327,5 @@ fairgraph is licenced under the Apache Software Licencse v2.0.
323327
.. _`PEP 257`: https://www.python.org/dev/peps/pep-0257/
324328
.. _black: https://black.readthedocs.io
325329
.. _PyPI: https://pypi.org
330+
.. _milestones: https://github.com/HumanBrainProject/fairgraph/milestones
326331
.. _`semantic versioning`: https://semver.org

0 commit comments

Comments
 (0)