Skip to content
Snippets Groups Projects
Commit a63fc073 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge branch 'invite2' into 'master'

Invite everyone page

See merge request !10
parents f424e027 e7edd499
No related branches found
No related tags found
1 merge request!10Invite everyone page
Pipeline #
source/images/closed-doors.png

280 KiB

source/images/invite.png

454 KiB

source/images/open-doors.png

387 KiB

Loading
@@ -50,7 +50,7 @@
Loading
@@ -50,7 +50,7 @@
.col-md-3.col-xs-6 .col-md-3.col-xs-6
3. 3.
%a(href="invite-everyone") %a(href="invite-everyone")
=img("/images/main-i.png") =img("/images/invite.png")
Invite everyone to the conversation Invite everyone to the conversation
.col-md-3.col-xs-6 .col-md-3.col-xs-6
4. 4.
Loading
Loading
Loading
@@ -2,27 +2,45 @@
Loading
@@ -2,27 +2,45 @@
   
%p.hero Description: Instead of locking conversation on per-stage, per team, or per-speciality principle, leave the doors as open as possible. %p.hero Description: Instead of locking conversation on per-stage, per team, or per-speciality principle, leave the doors as open as possible.
   
.row.pictures .row
.col-md-5 .col-md-6
=img("/images/I0.png") %p Closed doors:
.col-md-1 %ul
<br/><br/><br/><br/><br/><br/> %li SVN(the only way to make a patch was to give someone write access on the repo
)
.col-md-5 %li Not using pull/merge requests
=img("/images/I1.png") %li Each department has its own set of tools
=img("/images/closed-doors.png")
.col-md-6
%p Open doors:
%ul
%li Open repository, documentation & issue tracker
%li Chat in shared channels
%li Open source parts of your code
=img("/images/open-doors.png")
   
   
%h3 Howto %h3 Howto
%ul %ul
%li the rest of the organization can contribute %li Embrace principle of “Written-first online conversations”. Lots of companies might still rely on face-to-face conversations, but that doesn't allow people to contribute.
%li principle of “Written-first online conversations”, lots of companies might still rely on face-to-face conversations between collaborators, but that doesn't allow people to contribute %li Use <a href="https://en.wikipedia.org/wiki/Collaborative_real-time_editor" target="_blank">realtime editing tool</a> like Google Docs for meetings. Everyone can add to agenda, everyone can add to notes, everyone is on the same page, everyone can see what was discussed, immediately see followup items.
%li Innersourcing %li Prevent "Not Invented Here" syndrome
 by practicing Innersourcing: make it possible for the rest of the organization to contribute.
%li directness and kindness %li If you can make something public, make it public!
%li Google Doc for meetings, everyone can add to agenda, everyone can add to notes, everyone is on the same page, everyone can see what was discussed, immediately see followup items
%li If you can go public, make it public! %h3 Challenges
%p
People should be able to argue with solutions, but more people and opinions in the issue tracker means consensus is harder and no longer a goal.
%p
There are two characteristics of a good conversation: <strong>directness and kindness</strong>. Argue with solution, not a person. On the other side: you are not your code.
%p
Person that does the work or their boss decides on how open the conversation should be. If people don't get used to directness and strive for consensus, working out in the open will slow things down
.
   
   
%h3 Benefits %h3 Benefits
%ul %ul
%li Increases reuse of solutions, prevents duplicate work %li Increases reuse of solutions, prevents duplicate work
%li Increases shared knowledge %li Increases shared knowledge
%li Ability to go remote & async %li Ability to scale your organization by going remote & async
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment