fixed conflict
parent
26aebb6fa6
commit
fdb405e2d6
|
@ -2,28 +2,26 @@
|
||||||
|
|
||||||
* The core group enables the hacker environment to exist.
|
* The core group enables the hacker environment to exist.
|
||||||
* The core group should be as "thin layer" as possible. Core group should operate mostly in the background. If the core group does a good job, they should be invisible.
|
* The core group should be as "thin layer" as possible. Core group should operate mostly in the background. If the core group does a good job, they should be invisible.
|
||||||
* In the current legal structure (VZW) the board members carry the end-responsible. So the core group can only contains the same people that are appointed board-member during the general assembly. This way the people taking the decision must also take the responsible and vice-versa,
|
* In the current legal structure (VZW) the board members carry the end-responsibility. So the core group can only contain the same people that are appointed board-member during the general assembly. This way the people taking the decision are also liable and vice-versa,
|
||||||
no people can take decision without needing to take responsibility for it.
|
no people can take decision without needing to take responsibility for it.
|
||||||
|
* Reposibilities:
|
||||||
- Finance
|
* Finance
|
||||||
- Core infrastructure
|
* Core infrastructure
|
||||||
- `if ($conflict && ( $conflict.type == "harrasment" || $conflict.type == "safety" ))`
|
* `if ($conflict && ( $conflict.type == "harrasment" || $conflict.type == "safety" ))`
|
||||||
|
|
||||||
# Group Of Members
|
# Group Of Members
|
||||||
|
|
||||||
* The group of members makes and maintains the hacker environment
|
* The members make and maintain the hacker environment
|
||||||
|
|
||||||
- Create or patch code of conduct (in general assembly)
|
- Create or patch code of conduct (in general assembly)
|
||||||
- Solve problems when do-ocracy cannot fix them
|
- Solve problems when do-ocracy cannot fix them
|
||||||
- Elect board ( process TBD )
|
- Elect board, validate membership decisions made by the board.
|
||||||
- Ban members
|
- Keep the space in working order (power, network, upkeep of infrastructure)
|
||||||
- More to be added
|
- Keep the level of consumables acceptable (beer, food, solder)
|
||||||
|
- Organize workshop, events, lectures.
|
||||||
|
|
||||||
# Individual
|
# Individual
|
||||||
|
|
||||||
* The individuals have to be excellent
|
* The individuals have to be excellent *
|
||||||
|
|
||||||
- Follow [Do-ocracy](do-ocracy.md)
|
- Follow [Do-ocracy](do-ocracy.md)
|
||||||
- Actively try to fix problems
|
- Actively try to fix problems
|
||||||
- Maintain personnel safety
|
- Maintain personal safety and that of others
|
||||||
- Apply ${country} law
|
|
||||||
|
|
Loading…
Reference in New Issue