Governance: Difference between revisions

1,974 bytes added ,  03:21, 9 December 2022
no edit summary
No edit summary
No edit summary
Line 68: Line 68:
''What kind of things can be done by a member of neuromatch.social''
''What kind of things can be done by a member of neuromatch.social''


Any member can make a '''proposal''' for the instance to take some action or change some structure.  
=== Process ===
 
<graphviz format="svg" scale=0.5>
digraph {
//  splines="ortho"
 
   
  // items
//  idea[
//      label="Idea!!!",
//      shape=box3d
//  ]
  wgchat[
      label="WG Discussion",
      shape=box3d
  ]
  loomio_disc[
      label="Loomio Discussion",
      shape=box3d
  ]
 
  proposal[
      label="Proposal",
      shape=box3d
  ]
 
  //  decisions
  discussion_required[
      label="Discussion\n Required?",
      style="dashed"
  ]
  iswg[
      label="Related to\nWorking\nGroup?",
      style="dashed"
  ]
//  wg_discretion[
//      label="Within\nDiscretion\nof Working\nGroup?",
//      style="dashed"
//  ]
//  passes[
//      label="Proposal Passes?",
//      style="dashed"
//  ]
  iswg2[
      label="Responsibility\nof Working\nGroup?"
      style="dashed"
  ]
 
  // outcomes
  wg_does[
      label="Working Group Does It",
      style="filled, rounded",
      shape=box
  ]
  volunteers_do[
      label="Volunteers Organize Labor",
      style="filled, rounded",
      shape=box
  ]
 
 
//  idea -> discussion_required
  discussion_required -> proposal[label=" No"]
  discussion_required -> iswg[label="Yes"]
  iswg -> wgchat[label="Yes"]
  iswg -> loomio_disc[label="No"]
//  wgchat -> wg_discretion
  wgchat -> loomio_disc
  wgchat -> wg_does[label="Within\nour\ndiscretion"]
//  wg_discretion -> wg_does[label="Yes"]
//  wg_discretion -> loomio_disc[label="No"]
  loomio_disc -> proposal[label="Refine Idea"]
//  proposal -> passes
  proposal -> iswg2
//  passes -> iswg2[label="Yes"]
//  passes -> idea[label="Re-evaluate"]
  iswg2 -> wg_does[label="Yes"]
  iswg2 -> volunteers_do[label="No"]
}
</graphviz>
 
Any member can make a '''proposal''' for the instance to take some action or change some structure.
 
Proposals should start with a discussion
 
'''Reasons why a proposal might not need a discussion:'''
*


=== Discussions ===
=== Discussions ===
Line 77: Line 163:


''proposal structure''
''proposal structure''
=== Emergency Proposal ===
sometimes a WG needs to do something for a time-sensitive reason, eg. in [[Conflict Resolution]] or


== Working Groups ==
== Working Groups ==


=== Bounded Discretion ===
=== Bounded Discretion ===
* [[Depends On::Access Policy]]
=== Creating a working group ===


== Voting ==
== Voting ==