summaryrefslogtreecommitdiff
path: root/devdocs/bash/reporting-bugs.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/reporting-bugs.html
new repository
Diffstat (limited to 'devdocs/bash/reporting-bugs.html')
-rw-r--r--devdocs/bash/reporting-bugs.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/bash/reporting-bugs.html b/devdocs/bash/reporting-bugs.html
new file mode 100644
index 00000000..97073a05
--- /dev/null
+++ b/devdocs/bash/reporting-bugs.html
@@ -0,0 +1,12 @@
+<h1 class="appendix">Appendix A Reporting Bugs</h1> <p>Please report all bugs you find in Bash. But first, you should make sure that it really is a bug, and that it appears in the latest version of Bash. The latest version of Bash is always available for FTP from <a href="ftp://ftp.gnu.org/pub/gnu/bash/">ftp://ftp.gnu.org/pub/gnu/bash/</a> and from <a href="http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-master.tar.gz">http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-master.tar.gz</a>. </p> <p>Once you have determined that a bug actually exists, use the <code>bashbug</code> command to submit a bug report. If you have a fix, you are encouraged to mail that as well! Suggestions and ‘philosophical’ bug reports may be mailed to <a href="mailto:bug-bash@gnu.org">bug-bash@gnu.org</a> or posted to the Usenet newsgroup <code>gnu.bash.bug</code>. </p> <p>All bug reports should include: </p>
+<ul> <li> The version number of Bash. </li>
+<li> The hardware and operating system. </li>
+<li> The compiler used to compile Bash. </li>
+<li> A description of the bug behaviour. </li>
+<li> A short script or ‘recipe’ which exercises the bug and may be used to reproduce it. </li>
+</ul> <p><code>bashbug</code> inserts the first three items automatically into the template it provides for filing a bug report. </p> <p>Please send all reports concerning this manual to <a href="mailto:bug-bash@gnu.org">bug-bash@gnu.org</a>. </p><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
+ <a href="https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html</a>
+ </p>
+</div>