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
+16-3
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,22 @@ copying them from a selected repo and then transferring them to a target repo.
17
17
Our main criteria is that it ***MUST*** be quicker than manually adding labels and will offer a [hosted version](https://label-sync.herokuapp.com/) of the app if you don't want to configure/run the app yourself.
18
18
19
19
At dwyl we intensively use labels on issues and pull requests to communicate about the status of the work for each team member of our project.
20
-
We are working remotely and the labels allow us to quickly know who took responsibilities on an issue and what progress they are at. For example we can quickly now from the list of issues on a repository if someone is working on a specific issue (`in-progress` label), if an issue is finished but waiting for review (`in-review` label) or if an issue is currently reviewed (`in-review` label), see the [list of labels and their description](https://github.com/dwyl/labels#labels).
21
-
22
-
This process really allows us to speed up some projects and let us focus on developing features instead of spending time on Gitter/Slack explaining the status of an issue. It allows also to communicate quickly with our clients as they know when to tests and approve/reject a feature with the label `please-test`.
20
+
We are working remotely and the labels allow us
21
+
to quickly know who took responsibilities on an issue
22
+
and what progress they are at.
23
+
For example we can quickly see
24
+
from the list of issues on a repository
25
+
if someone is working on a specific issue (`in-progress` label),
26
+
if an issue is finished but waiting for review (`in-review` label)
27
+
or if an issue is currently reviewed (`in-review` label),
28
+
see the [list of labels and their description](https://github.com/dwyl/labels#labels).
29
+
30
+
This process streamlines communication
31
+
and allows us focus on developing features
32
+
instead of spending time on "chat"
33
+
explaining the status of an issue.
34
+
It allows also to communicate quickly with our clients
35
+
as they know when to test and approve/reject a feature with the label **`please-test`**.
0 commit comments