dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Announce dlang/projects #35

Closed burner closed 5 years ago

burner commented 5 years ago

Description

Write an announcement of dlang/projects on the forums

What are rough milestones of this project?

How does this project help the D community?

Recommended skills

Point of Contact

@wilzbach @thewilsonator @burner @atilaneves

References

<NG discussions, GitHub PRs, Bugzilla issues, ...>

wilzbach commented 5 years ago

Let's clarify the README first? See e.g. https://github.com/dlang/projects/pull/36

wilzbach commented 5 years ago

Also, we should go through all the copied projects and make sure that they are:

Motivation:

Alternatively, we could also ask the community to be a PoC for these projects and if there's no one stepping up in the next 1-3 months and no up-votes, we close them?

burner commented 5 years ago

I think we should

thoughts?

wilzbach commented 5 years ago

rename vision to approved (IMHO vision is to vage)

Walter started to use "vision" for some of his PRs, hence the name of the label.

https://github.com/dlang/dmd/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3AVision+ https://github.com/dlang/phobos/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3AVision+

"approved" is problematic, because it implies a bit that a project needs to be approved. I don't think "vision" is too bad, especially because it's now explained in the README, but how about "DLF vision", "leadership vision", "DLF priority"?

add a meta tag to filter on issues that related to the organisation of this repo

:+1:

burner commented 5 years ago

I like "leadership vision" the best

wilzbach commented 5 years ago

I like "leadership vision" the best

OK -> PR: https://github.com/dlang/projects/pull/39

wilzbach commented 5 years ago

Here's a proposed announcement:


Hi everyone,

at DConf one common concern raised was that it's hard to track the progress on important high-level projects. Furthermore, its also hard for interested contributors to find such projects and judge which ones really matter to the D community. Lastly, the existing wiki pages (wishlist, GSoC project list, vision document etc.) were chronically out-of-date.

Hence, during DCong we created the dlang/projects repository - a collection of impactful projects in the D ecosystem:

-> https://github.com/dlang/projects

We have seeded the repository with the existing projects from the wiki and encourage everyone to vote on them (via GitHub reactions) or express their opinion as this will greatly help us to judge which projects are important to the community. -> vote for projects that matter to you/your company

Furthermore, everyone is invited to submit new projects to this repository. However, please keep in mind that this repository tries to collect high-level goals and project. A good rule of thumb is that if a project can't be split into smaller parts, it might belong to its respective issue tracker. -> propose projects that matter to you/your company

Projects marked with the "leadership vision" label are vision projects of the D Language Foundation. These projects are seen as key projects to D's success by the leadership.

As many of the projects ideas will make good GSoC projects, we will also this repository as an idea list for future GSoC/SAoC. More details on this will be announced later.

Happy voting!


If no one objects to this, I would post it on NG.announce on Thursday evening.

ghost commented 5 years ago

Hence, during DCong we created the dlang/projects repository - a collection of impactful projects in the D ecosystem:

Dcong for D congress I presume ?

wilzbach commented 5 years ago

Announced -> https://forum.dlang.org/post/ujsicblucigfkyxyinca@forum.dlang.org

burner commented 5 years ago

@wilzbach thank you