comparison pages/menu/bugs.md @ 233:89b5fed6fc99

* pages/menu/bugs.md: fix small typos
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 30 Nov 2020 13:14:04 +0900
parents 9057b6832c9a
children 598d7f098082
comparison
equal deleted inserted replaced
232:fe59d0118a2b 233:89b5fed6fc99
48 <p></p> 48 <p></p>
49 49
50 It might take several months or years until for new features to become part 50 It might take several months or years until for new features to become part
51 of Octave, consider 51 of Octave, consider
52 [commercial support]({{ "commercial-support.html" | relative_url }}) 52 [commercial support]({{ "commercial-support.html" | relative_url }})
53 if you don't want to wait that long). 53 if you don't want to wait that long.
54 54
55 4. **Make your bug report count** 55 4. **Make your bug report count**
56 56
57 - **Report all the facts:**<br> 57 - **Report all the facts:**<br>
58 Include all information that make it possible to fix the bug. 58 Include all information that make it possible to fix the bug.
60 This information includes your **operating system**, **Octave version**, 60 This information includes your **operating system**, **Octave version**,
61 **exact error message** or **exact output**. 61 **exact error message** or **exact output**.
62 - **Give a short, specific, complete example:**<br> 62 - **Give a short, specific, complete example:**<br>
63 Avoid: pseudocode, uninitialized variables, 63 Avoid: pseudocode, uninitialized variables,
64 calls to unattached scripts or functions. 64 calls to unattached scripts or functions.
65 - **Justify your exectations briefly:**<br> 65 - **Justify your expectations briefly:**<br>
66 Although it might seem obvious to you, 66 Although it might seem obvious to you,
67 someone examining the problem might not know what result you consider 67 someone examining the problem might not know what result you consider
68 correct. 68 correct.
69 69
70 70