You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2023/03/11 09:54:57 UTC

svn commit: r1908267 - in /poi/site: publish/devel/guidelines.html src/documentation/content/xdocs/devel/guidelines.xml

Author: centic
Date: Sat Mar 11 09:54:57 2023
New Revision: 1908267

URL: http://svn.apache.org/viewvc?rev=1908267&view=rev
Log:
Mention to look for existing bugs before reporting a new one.

Modified:
    poi/site/publish/devel/guidelines.html
    poi/site/src/documentation/content/xdocs/devel/guidelines.xml

Modified: poi/site/publish/devel/guidelines.html
URL: http://svn.apache.org/viewvc/poi/site/publish/devel/guidelines.html?rev=1908267&r1=1908266&r2=1908267&view=diff
==============================================================================
--- poi/site/publish/devel/guidelines.html (original)
+++ poi/site/publish/devel/guidelines.html Sat Mar 11 09:54:57 2023
@@ -339,7 +339,8 @@ document.write("Last Published: " + docu
 <p>
      For Subversion fans, you can add patch files to the Bugzilla issues at
      <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a>.
-     Create a new bug, set the subject to [PATCH] followed by a brief description.
+     If there is already a bug-report, attach it there, otherwise create a new bug,
+     set the subject to [PATCH] followed by a brief description.
      Explain you patch and any special instructions and submit/save it.
      Next, go back to the bug, and create attachments for the patch files you
      created.  Be sure to describe not only the files purpose, but its format.

Modified: poi/site/src/documentation/content/xdocs/devel/guidelines.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/guidelines.xml?rev=1908267&r1=1908266&r2=1908267&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/guidelines.xml Sat Mar 11 09:54:57 2023
@@ -124,7 +124,8 @@
    <p>
      For Subversion fans, you can add patch files to the Bugzilla issues at
      <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a>.
-     Create a new bug, set the subject to [PATCH] followed by a brief description.
+     If there is already a bug-report, attach it there, otherwise create a new bug,
+     set the subject to [PATCH] followed by a brief description.
      Explain you patch and any special instructions and submit/save it.
      Next, go back to the bug, and create attachments for the patch files you
      created.  Be sure to describe not only the files purpose, but its format.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org