Skip to content

Commit 6ed51f1

Browse files
committed
optimization and fixes
1 parent b414e12 commit 6ed51f1

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# 😷 Remote startup handbook - COVID-19 edition
22

3-
Hello everyone 👋,
3+
Hello everyone 👋
44

55
In this hard time we hope everyone is safe.
66

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-
97
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.
108

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.
1210
1311
## Table of contents
1412

@@ -20,7 +18,7 @@ This is a small guide we wrote at Shieldfy to manage our work during the COVID-1
2018

2119
## 👨‍💻 Founders guide
2220

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.
2422
It's not an easy task but it's achievable, here are some tips for you.
2523

2624
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.
3331

3432
You have to rewrite your goals to be fit in short periods.
3533

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).
3735

3836
Also, it's very important to communicate these numbers and KPIs with your team, they must understand how their work contributes to company growth.
3937

@@ -71,11 +69,11 @@ It's not an easy task but it's achievable, here are some tips for you.
7169

7270
2. **Understand the anatomy of working at home.**
7371

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.
7573

76-
Perfect tasks are well written short stories
74+
Perfect tasks are the one that well written short stories
7775

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.
7977

8078
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.
8179

@@ -91,13 +89,13 @@ It's not an easy task but it's achievable, here are some tips for you.
9189

9290
4. **Automate everything.**
9391

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.
9593

9694
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.
9795

9896
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.
9997

100-
`Tools used:` [Github actions](https://github.com/feature/actions), [Sonarqube](http://sonarqube.org/), [Shieldfy](https://shieldfy.io)
98+
`Tools used:` [Github actions](https://github.com/features/actions), [Sonarqube](http://sonarqube.org/), [Shieldfy](https://shieldfy.io)
10199

102100

103101
5. **Create developer handbook**
@@ -114,15 +112,15 @@ It's not an easy task but it's achievable, here are some tips for you.
114112

115113
The first thing to do is to define a corner at your home and set up your disk, chair, and PC.
116114

117-
It's important to make it organized and looks like a professional desk like you have at work.
115+
It's important to make it organized and looks like a professional desk like you what have at work.
118116

119117
> Don't ever make your default work from bed or couch
120118
121119
Tell your family that you are at work and you need to focus. And reward them later with quality fun time with them, they deserve it.
122120

123121
2. **Communicate, communicate and communicate.**
124122

125-
Communicate with your team leader and your fellow developers on a regular basis.
123+
Communicate with your team leader and your fellow developers regularly.
126124

127125
`Tools used:` [Google Meet](https://meet.google.com), [Slack](https://slack.com)
128126

@@ -181,7 +179,7 @@ It's not an easy task but it's achievable, here are some tips for you.
181179
## 🤝 Contributing
182180

183181
Contributions, issues, and feature requests are welcome.
184-
You can open Issue first to have your suggestion discussed before you actually create a PR.
182+
You can open Issue first to have your suggestion discussed before you create a PR.
185183

186184

187185
## 🙏 Stay Home, Stay Safe

0 commit comments

Comments
 (0)