changeset 246:41e6507acab4

Improve bug reporting section.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 27 Mar 2021 21:04:29 +0900
parents 2129f69303db
children bc6c8f2ed4fb
files pages/index.md pages/menu/bugs.md
diffstat 2 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/pages/index.md	Sat Mar 27 21:04:01 2021 +0900
+++ b/pages/index.md	Sat Mar 27 21:04:29 2021 +0900
@@ -37,7 +37,7 @@
 </div>
 
 
-### Syntax Examples
+### <i class="fas fa-code"></i> Syntax Examples
 
 The Octave syntax is largely compatible with Matlab.
 The Octave interpreter can be run in
--- a/pages/menu/bugs.md	Sat Mar 27 21:04:01 2021 +0900
+++ b/pages/menu/bugs.md	Sat Mar 27 21:04:29 2021 +0900
@@ -35,18 +35,17 @@
 
 3. **Missing function in Octave**
 
-   - If the function is
-     [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php),
-     this is **not** a bug.
-   - If the function **exists in Matlab**,
-     but **not in core Octave** and **not in an Octave package**,
-     that is a bug.
+   If a function exists in Matlab, but not in Octave, this is **not** a bug.
+
+   - The function might already be
+     [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php).
+   - You may file a **feature request** for it on the bug tracker.
 
    <p></p>
 
-   It might take several months or years until for new features to become part
-   of Octave, consider
-   [<i class="fas fa-comment-dollar"></i> commercial support]({{ "commercial-support.html" | relative_url }})
+   Please be aware that it might take **several months**
+   until for new features become part of Octave.
+   Consider [<i class="fas fa-comment-dollar"></i> commercial support]({{ "commercial-support.html" | relative_url }})
    if you don't want to wait that long.
 
 4. **Make your bug report count**