You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
# 😷 Remote startup handbook - COVID-19 edition
2
2
3
-
Hello everyone 👋,
3
+
Hello everyone 👋
4
4
5
5
In this hard time we hope everyone is safe.
6
6
7
-
As the global community is trying their best to solve this rapidly grown situation surrounding the spread of COVID-19. Governments and individuals alike are trying to keep people safe and to contain the spread, by social distancing and when possible just staying at home.
8
-
9
7
This is a small guide we wrote at Shieldfy to manage our work during the COVID-19 virus outbreak. We thought to opensource the guide it may benefit any other company.
10
8
11
-
> note: This guide is far from complete, it's just some tips and tricks we learned, so feel free to contribute and improve this guide.
9
+
> Note: This guide is far from complete, it's just some tips and tricks we learned, so feel free to contribute and improve this guide.
12
10
13
11
## Table of contents
14
12
@@ -20,7 +18,7 @@ This is a small guide we wrote at Shieldfy to manage our work during the COVID-1
20
18
21
19
## 👨💻 Founders guide
22
20
23
-
As a founder, it's very scary to imagine how the entire team can collaborate completely remotely if you haven't done it before.
21
+
As a founder, it's very scary to imagine how the entire team can collaborate completely remotely.
24
22
It's not an easy task but it's achievable, here are some tips for you.
25
23
26
24
1.**Embrace the pros more than the cons.**
@@ -33,7 +31,7 @@ It's not an easy task but it's achievable, here are some tips for you.
33
31
34
32
You have to rewrite your goals to be fit in short periods.
35
33
36
-
You must be very sharp on what you need to accomplish. It needs to be specifically metered with numbers (KPI).
34
+
You must be very sharp on what you need to accomplish. It needs to be specifically measured with numbers (KPI).
37
35
38
36
Also, it's very important to communicate these numbers and KPIs with your team, they must understand how their work contributes to company growth.
39
37
@@ -71,11 +69,11 @@ It's not an easy task but it's achievable, here are some tips for you.
71
69
72
70
2.**Understand the anatomy of working at home.**
73
71
74
-
Working from home is boring, distracting. You have to understand that in order to give your team reasonable tasks to finish.
72
+
Working from home is boring, distracting. You have to understand that to give your team reasonable tasks to finish.
75
73
76
-
Perfect tasks are well written short stories
74
+
Perfect tasks are the one that well written short stories
77
75
78
-
Don't calculate the working time as a bulk. No one will set for 6-8 hours straight even at the office.
76
+
Don't calculate the working time as a bulk. No one will set down for 6-8 hours straight even at the office.
79
77
80
78
Instead, define a time ( 1-2 hours) that all the team should be online together and the rest of the day make it flexible for them.
81
79
@@ -91,13 +89,13 @@ It's not an easy task but it's achievable, here are some tips for you.
91
89
92
90
4.**Automate everything.**
93
91
94
-
As said before, the productivity is dropped. and human errors will be much higher. So in order to maintain the quality of your product, you must automate everything that can be automated.
92
+
As said before, the productivity is dropped. and human errors will be much higher. So to maintain the quality of your product, you must automate everything that can be automated.
95
93
96
94
Automate your code review: You can use tools like `code linters` and services like `Sonarqube` and `Shieldfy` to automate the code review for you. This helps you to identify problems fast and improve your workflow.
97
95
98
96
Automate your deployment: If you don't have that yet, please do it fast. Make it Push to deploy for your test, development or staging environment. Allow developers to deploy their code without getting back to you.
0 commit comments