comparison pages/menu/bugs.md @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 89b5fed6fc99
children 41e6507acab4
comparison
equal deleted inserted replaced
240:fd916b69fb1d 241:598d7f098082
1 --- 1 ---
2 layout: page 2 layout: page
3 title: Bugs 3 title: Bugs
4 icon: <i class="fas fa-bug"></i>
4 menu: true 5 menu: true
5 permalink: bugs 6 permalink: bugs
6 --- 7 ---
7 8
8 GNU Octave uses the bug tracker at [Savannah]({{ site.bugs_url }}). 9 GNU Octave uses the bug tracker at [GNU Savannah]({{ site.bugs_url }}).
9 There you can [report a new bug]({{ site.bugs_url }}&func=additem), 10 There you can
10 [browse recent bugs]({{ site.bugs_url }}), 11 [<i class="far fa-plus-square"></i> report a new bug](https://savannah.gnu.org/bugs/?group=octave&func=additem),
11 or [search for bugs]({{ site.bugs_url }}&func=search). 12 [<i class="far fa-list-alt"></i> browse recent bugs]({{ site.bugs_url }}),
13 or [<i class="fas fa-search"></i> search for bugs](https://savannah.gnu.org/bugs/?group=octave&func=search).
12 14
13 ### Guidelines for reporting a new bug 15 ### Guidelines for reporting a new bug
14 16
15 1. **Is the bug already known?** 17 1. **Is the bug already known?**
16 18
17 - [Search for already reported bugs at the bug tracker]({{ site.bugs_url }}&func=search), 19 [<i class="fas fa-search"></i> Search for already reported bugs](https://savannah.gnu.org/bugs/?group=octave&func=search)
18 - look at the 20 at the bug tracker first.
19 [list of known causes of trouble]({{ site.docs_url }}/Trouble.html)
20 in the Octave manual.
21
22 <p></p>
23
24 If you your problem **does not appear** to be known, 21 If you your problem **does not appear** to be known,
25 then you should report the problem. 22 then you should report the problem.
26 23
27 2. **Is it really a bug?** 24 2. **Is it really a bug?**
28 25
47 44
48 <p></p> 45 <p></p>
49 46
50 It might take several months or years until for new features to become part 47 It might take several months or years until for new features to become part
51 of Octave, consider 48 of Octave, consider
52 [commercial support]({{ "commercial-support.html" | relative_url }}) 49 [<i class="fas fa-comment-dollar"></i> commercial support]({{ "commercial-support.html" | relative_url }})
53 if you don't want to wait that long. 50 if you don't want to wait that long.
54 51
55 4. **Make your bug report count** 52 4. **Make your bug report count**
56 53
57 - **Report all the facts:**<br> 54 - **Report all the facts:**<br>