[mapserver-commits] r8174 - in trunk/docs: development howto

svn at osgeo.org svn at osgeo.org
Tue Dec 2 23:28:39 EST 2008


Author: hobu
Date: 2008-12-02 23:28:38 -0500 (Tue, 02 Dec 2008)
New Revision: 8174

Added:
   trunk/docs/development/bugs.txt
Removed:
   trunk/docs/howto/bug_submission.txt
Modified:
   trunk/docs/development/index.txt
Log:
move bugs doc into development section

Copied: trunk/docs/development/bugs.txt (from rev 8173, trunk/docs/howto/bug_submission.txt)
===================================================================
--- trunk/docs/development/bugs.txt	                        (rev 0)
+++ trunk/docs/development/bugs.txt	2008-12-03 04:28:38 UTC (rev 8174)
@@ -0,0 +1,44 @@
+.. _bugs:
+
+*****************************************************************************
+ Bug Submission
+*****************************************************************************
+
+Bugs should be submitted into Trac. You will first need to login using an
+OSGeo userid.
+
+http://www.osgeo.org/osgeo_userid
+
+http://trac.osgeo.org/mapserver/
+
+Please keep the following issues in mind when submitting a bug:
+
+1. Please set the *Component* carefully. It will determine who the bug is
+   assigned to by default.
+
+2. Set a meaningful yet reasonably brief description.
+
+3. Set the version of MapServer you are using.
+
+4. In your description please indicate whether you built from source or got it
+   from an prepared binary build.
+
+The most important thing when reporting a bug is to boil down a minimum
+example that is needed to reproduce the bug. That means a minimal mapfile +
+any data files it depends on. Remove everything from the map file that isn't
+needed to reproduce the bug.
+
+The developers often dislike having to spend the first 30 minutes working on a
+bug, having to fix paths, remove unnecessary layers, removing references to
+external symbols or fonts that were not included or even needed and otherwise
+doctoring your test case to get it to a point when they can actually use it.
+
+If the bug is easily demonstrated with ":ref:`shp2img`", without the need to
+setup a proper web service and test it through http, then please show it that
+way. If a standalone mapscript script can demonstrate a problem without it
+having to be a web service, likewise submit it that way.
+
+The chances of a bug being addressed in a timely manner is directly related to
+the speed with which the developer can reproduce the bug. If you make that
+hard for the developer, chances are the bug will be given up on or ignored for
+quite a while.

Modified: trunk/docs/development/index.txt
===================================================================
--- trunk/docs/development/index.txt	2008-12-03 04:27:22 UTC (rev 8173)
+++ trunk/docs/development/index.txt	2008-12-03 04:28:38 UTC (rev 8174)
@@ -9,4 +9,5 @@
    :maxdepth: 2
 
    sponsors
+   bugs
    rfc/index

Deleted: trunk/docs/howto/bug_submission.txt
===================================================================
--- trunk/docs/howto/bug_submission.txt	2008-12-03 04:27:22 UTC (rev 8173)
+++ trunk/docs/howto/bug_submission.txt	2008-12-03 04:28:38 UTC (rev 8174)
@@ -1,44 +0,0 @@
-.. _bugs:
-
-*****************************************************************************
- Bug Submission
-*****************************************************************************
-
-Bugs should be submitted into Trac. You will first need to login using an
-OSGeo userid.
-
-http://www.osgeo.org/osgeo_userid
-
-http://trac.osgeo.org/mapserver/
-
-Please keep the following issues in mind when submitting a bug:
-
-1. Please set the *Component* carefully. It will determine who the bug is
-   assigned to by default.
-
-2. Set a meaningful yet reasonably brief description.
-
-3. Set the version of MapServer you are using.
-
-4. In your description please indicate whether you built from source or got it
-   from an prepared binary build.
-
-The most important thing when reporting a bug is to boil down a minimum
-example that is needed to reproduce the bug. That means a minimal mapfile +
-any data files it depends on. Remove everything from the map file that isn't
-needed to reproduce the bug.
-
-The developers often dislike having to spend the first 30 minutes working on a
-bug, having to fix paths, remove unnecessary layers, removing references to
-external symbols or fonts that were not included or even needed and otherwise
-doctoring your test case to get it to a point when they can actually use it.
-
-If the bug is easily demonstrated with ":ref:`shp2img`", without the need to
-setup a proper web service and test it through http, then please show it that
-way. If a standalone mapscript script can demonstrate a problem without it
-having to be a web service, likewise submit it that way.
-
-The chances of a bug being addressed in a timely manner is directly related to
-the speed with which the developer can reproduce the bug. If you make that
-hard for the developer, chances are the bug will be given up on or ignored for
-quite a while.



More information about the mapserver-commits mailing list