www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How to work with phobos github projects

Recently I was looking in contributing to dlang/phobos and found the 
github subprojects for phobos 
(https://github.com/dlang/phobos/projects?type=classic)
which include a project to improve the public examples for phobos 
(https://github.com/dlang/phobos/projects/1).

I looked at one of the cards there 
(https://github.com/dlang/phobos/projects/1#card-7028566) which wants to 
improve std.container.array's public examples.
Looking at the source and the dscanner results for std/container/array.d 
it is visible, that the modules' example already contain the examples, 
that dscanner is missing.
So one way would be to move the examples to the place that dscanner 
expects or come perhaps up with new examples. Anyways the solution to 
that is not really clear, and I would like to discuss with someone who 
is more familiar with phobos what todo (perhaps even just drop
the issue in github).

Normally one can comment on github issues, but I found no such mechanism 
for those projcts/cards. So how would one move forward there?

Kind regards,
Christian
Mar 10 2023