[gedit/wip/add-indirection-to-bugzilla] Refer to the BugTracker gedit wiki page



commit d5a71eef679e427918ad8ea64a12a1e421ec21fc
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, in the
    appdata, etc.

 BUGS         |    7 -------
 README       |   24 ++----------------------
 configure.ac |    2 +-
 data/gedit.1 |    2 +-
 gedit.doap   |    2 +-
 5 files changed, 5 insertions(+), 32 deletions(-)
---
diff --git a/README b/README
index d1f084c..badd931 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/BugTracker
 
 
 Patches
diff --git a/configure.ac b/configure.ac
index 992eac0..83676cc 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/BugTracker],
        [gedit],
        [https://wiki.gnome.org/Apps/Gedit])
 
diff --git a/data/gedit.1 b/data/gedit.1
index b80cfa5..a3ce41b 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/BugTracker.
 .SH AUTHORS
 Paolo Maggi (paolo gnome org)
 .TP
diff --git a/gedit.doap b/gedit.doap
index 6b8513f..6aabca4 100644
--- a/gedit.doap
+++ b/gedit.doap
@@ -15,7 +15,7 @@ many other features making it a great editor for advanced tasks.</description>
   <homepage rdf:resource="http://www.gedit.org"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gedit-list"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gedit/"; />
-  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gedit"; />
+  <bug-database rdf:resource="https://wiki.gnome.org/Apps/Gedit/BugTracker"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>C</programming-language>
   <programming-language>Python</programming-language>


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