Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploration: How to visualize what is where? #7

Open
spier opened this issue Jul 27, 2021 · 6 comments
Open

Exploration: How to visualize what is where? #7

spier opened this issue Jul 27, 2021 · 6 comments

Comments

@spier
Copy link
Contributor

spier commented Jul 27, 2021

When I started reading the MVG I had a bit of a hard time figuring out what is where, and what each file is meant to be used for.

I have some ideas but I don't fully know where I am going with this so rather than sending a PR for it right away, I am exploring the options here.

Idea 1: Formatting the two main folders in the README slightly differently

The README could make it more obvious that the main structure are these two folders.

It could look similar to this:

There are two folders:

  • org-docs: Provides top-level organizational governance and polices for a technical steering committee (TSC).
  • project-docs: Provides a template for individual project governance, subject to the polices and oversight of the larger organization.

Idea 2: Tree structure

Listing the main files in the README would allow to explain where to start, and what the purpose of each file is.

For example:

org-docs/
├── ANTITRUST.md - ...
├── CHARTER.md <= Start here
├── CODE-OF-CONDUCT.md - Code of Conduct based on the Contributor Covenant.
├── STEERING-COMMITTEE.md - Lists the voting members of the Steering Committee
└── TRADEMARKS.md - ...

project-docs/
├── CONTRIBUTING.md - ...
├── GOVERNANCE.md <= Start here
├── LICENSE.md - ...
└── MAINTAINERS.md - Lists the Maintainers of the Project

Alternatively one could add a new README.md file to each of the folders.
Those would serve as index pages, explaining what each file is meant to be used for.

So much for now. Looking forward to hear your thoughts on this.

@royaljust
Copy link
Collaborator

Thanks @spier - I agree this would improve usability. This feedback echos feedback in the discussion section of Issue #1.

I'm partial to the file structure idea. I'll play around with a few concepts and come back for further discussion.

@jberkus
Copy link

jberkus commented Aug 10, 2021

So, @royaljust and I discussed this today, and for really small, single-repo projects, I feel that we need an option for them to use only the "project" portion plus the files that apply regardless of project/org level. That is, specifically ignore org-docs/charter.md, since there's no point in having 2 levels of governance for projects that have 4 contributors.

@spier
Copy link
Contributor Author

spier commented Aug 11, 2021

Yeah, I was also wondering if the org-docs and project-docs are always meant to be used in combination or not. So clarifying that further will be good.

In either of these cases though (project-docs only or all docs), do you have suggestions for how one could provide an overview for readers so that they can more easily figuring out what is where, and what each file is meant to be used for?

@jberkus
Copy link

jberkus commented Aug 11, 2021

Documentation?

@spier
Copy link
Contributor Author

spier commented Aug 11, 2021

Yeah documentation for sure.

What I meant was more how specifically one could document this, as the top of this issue was exploring ⬆️

@xiaohk
Copy link
Contributor

xiaohk commented Aug 12, 2021

It might be helpful to add some example organizations who implement MVG, such as InterpretML, Fairlearn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants