Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 17, 2024
1 parent 7542ebf commit 8fb2682
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _posts/2014/nov/2014-11-24-principles-of-bug-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ project at all.
## 5. Report When It Is Broken

I think it is obvious, but I will reiterate: Every bug has
to be reproducible. Every time you [report a bug]({% pst 2018/apr/2018-04-24-right-way-to-report-bugs %}), you should explain
to be reproducible. Every time you
[report a bug]({% pst 2018/apr/2018-04-24-right-way-to-report-bugs %}), you should explain
how exactly the product is broken. Yes, it is your job to prove that the
software doesn't work as intended, or is not documented properly, or
doesn't satisfy the
Expand All @@ -196,7 +197,8 @@ a task, a question, or a suggestion, should be formatted in this way. By
submitting it, you're asking the project to move from point A to point B. Something
is not right at point A, and it will be much better for all of us to be
at that point B. So it's obvious that you have to explain where these points
A and B are. It is highly desirable if you can explain how to get there---how to reproduce a problem and how to fix it.
A and B are. It is highly desirable if you can explain
how to get there---how to reproduce a problem and how to fix it.

{% quote Your job, as a ticket reporter, is to draw that line from point A to point B. %}

Expand Down

0 comments on commit 8fb2682

Please sign in to comment.