[gedit] Refer to the BugTracker gedit wiki page



commit b0e7f8f08e13b711b3813d627a127f6b01f4ce8c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Aug 23 15:34:15 2015 +0200

    Refer to the BugTracker gedit wiki page
    
    Instead of directly linking to bugzilla, add an indirection to the wiki
    page that contains a list of frequent bugs and some instructions, so
    hopefully we'll receive less duplicated bug reports, with better
    descriptions.
    
    Remove the BUGS file, since the information is already present in the
    README, on the main wiki page, in the man page, in the doap, etc.
    
    Do not change the URL in the doap, since the doap is parsed by some
    tools, and they maybe assume it's a link to bugzilla.

 BUGS         |    7 -------
 README       |   24 ++----------------------
 configure.ac |    2 +-
 data/gedit.1 |    2 +-
 4 files changed, 4 insertions(+), 31 deletions(-)
---
diff --git a/README b/README
index d1f084c..e8c8953 100644
--- a/README
+++ b/README
@@ -87,29 +87,9 @@ See the file 'INSTALL' for more detailed information.
 How to report bugs
 ==================
 
-Bugs should be reported to the GNOME bug tracking system.
-(http://bugzilla.gnome.org, product gedit). You will need to create an
-account for yourself.
+Bugs should be reported to the GNOME bug tracking system:
 
-In the bug report please include:
-
-* Information about your system. For instance:
-
-   - What version of gedit
-   - What operating system and version
-   - What version of the gtk+, glib and gnome libraries
-
-  And anything else you think is relevant.
-
-* How to reproduce the bug. 
-
-* If the bug was a crash, the exact text that was printed out when the
-  crash occurred.
-
-* Further information such as stack traces may be useful, but is not
-  necessary. If you do send a stack trace, and the error is an X error,
-  it will be more useful if the stack trace is produced running the test
-  program with the --sync command line option.
+    https://wiki.gnome.org/Apps/Gedit/ReportingBugs
 
 
 Patches
diff --git a/configure.ac b/configure.ac
index 992eac0..a583fb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_ver
 
 AC_INIT([gedit],
         [gedit_version],
-       [http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],
+       [https://wiki.gnome.org/Apps/Gedit/ReportingBugs],
        [gedit],
        [https://wiki.gnome.org/Apps/Gedit])
 
diff --git a/data/gedit.1 b/data/gedit.1
index b80cfa5..b1365e8 100644
--- a/data/gedit.1
+++ b/data/gedit.1
@@ -87,7 +87,7 @@ For the first file, go to the column specified by COLUMN.
 If COLUMN is missing, go to the first column.
 
 .SH BUGS
-If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=gedit.
+If you find a bug, please report it at the GNOME bug tracker. See 
https://wiki.gnome.org/Apps/Gedit/ReportingBugs.
 .SH AUTHORS
 Paolo Maggi (paolo gnome org)
 .TP


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]