Skip to content

Commit 42c9aaa

Browse files
authored
Add semantic line breaks https://sembr.org/ to "Why/How @dwyl uses labels" for #50
1 parent 6c82051 commit 42c9aaa

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Diff for: README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,22 @@ copying them from a selected repo and then transferring them to a target repo.
1717
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.
1818

1919
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`**.
2336

2437
## Who?
2538

0 commit comments

Comments
 (0)