Skip to content

Commit

Permalink
#685 polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 1, 2024
1 parent 5270817 commit c0d4b51
Showing 1 changed file with 18 additions and 23 deletions.
41 changes: 18 additions & 23 deletions _posts/2024/apr/2024-04-01-ping-me-please.md
Expand Up @@ -34,27 +34,22 @@ time you need an answer or attention to be paid to your code.

There are four basic scenarios:

* You submitted a new issue?
Post a message asking project architect to pay attention.
Otherwise, the owner of the backlog may miss your issue and it will
not be resolved, for a long time.

* You sent a new pull request?
Post a message right in the PR, asking the architect to review it.
Otherwise, the architect may simply miss the pull request and
it will stay in "waiting for review" state for a long time.

* You made changes in a pull request, after code reviewers asked you?
Post a message, asking them to look at your code again.
Otherwise, they may never see the changes you just made.

* You post any message in an issue or a pull request?
[Start it]({% pst 2020/jul/2020-07-29-open-source-etiquette %})
with the nickname of a person who you talk to.
Otherwise, the person who should help you may not receive
a notification about your message and it will be missed.

Also, listen to what Ben Batler from GitHub
[said once](https://ben.balter.com/2014/11/06/rules-of-communicating-at-github/):
- You submitted a new issue.
Post a message asking the project architect to pay attention.
Otherwise, the owner of the backlog may miss your issue, and it will not be resolved for a long time.

- You sent a new pull request.
Post a message right in the PR, asking the architect to review it.
Otherwise, the architect may simply miss the pull request, and it will stay in the "waiting for review" state for a long time.

- You made changes in a pull request after code reviewers asked you.
Post a message asking them to look at your code again.
Otherwise, they may never see the changes you just made.

- You post any message in an issue or a pull request.
[Start it]({% pst 2020/jul/2020-07-29-open-source-etiquette %}) with the nickname of the person you are talking to.
Otherwise, the person who should help you may not receive a notification about your message, and it will be missed.

Also, listen to what Ben Batler from GitHub [said once](https://ben.balter.com/2014/11/06/rules-of-communicating-at-github/):
You essentially _never_ "walk over" to a coworker's desk, virtual or otherwise.
Whenever possible, prefer issues and chat, to "just in time" communications.
Whenever possible, prefer issues and chat over "just in time" communications.

0 comments on commit c0d4b51

Please sign in to comment.