Ticket #14012: project.xml.diff

File project.xml.diff, 2.0 KB (added by jmpp@…, 16 years ago)

Expanded "Port Enhancements" submissions section

  • project.xml

     
    234234  <section id="project.contributing">
    235235    <title>Contributing to MacPorts</title>
    236236
    237     <para>You may contribute new ports and port updates to current ports using
    238     Trac tickets.</para>
     237    <para>You may contribute new ports and enhancements of any kind to already
     238    existing ports using Trac tickets.</para>
    239239
    240240    <!-- Should we have similar sections about committing to base sources and
    241241    documentation, or alternatively add this to the following? -->
     
    268268    </section>
    269269
    270270    <section id="project.contributing.updates">
    271       <title>Port Updates</title>
     271      <title>Port Enhancements</title>
    272272
    273       <para>Portfile updates should always be contributed as
    274       <filename>Portfile</filename> patches. Ports are contributed by
    275       following these steps. See Ticket Submission Guidelines above for a
    276       description of all fields.</para>
     273      <para>Enhancements to existing ports may comprise new functionality for
     274      a given port, bug fixes or even simple version updates. They should always
     275      be contributed as <filename>Portfile</filename> patches. See Ticket Submission
     276      Guidelines above for a description of all fields.</para>
    277277
    278278      <orderedlist>
    279279        <listitem>
     
    286286        </listitem>
    287287
    288288        <listitem>
    289           <para>Set the type to <guilabel>enhancement</guilabel>.</para>
     289          <para>Set the type to <guilabel>enhancement</guilabel> for miscellaneous
     290          enhancements or to <guilabel>defect</guilabel> for bug fixes.</para>
    290291        </listitem>
    291292
    292293        <listitem>
    293294          <para>Set the milestone to <guilabel>Port
    294           Enhancements</guilabel>.</para>
     295          Enhancements</guilabel>, <guilabel>Port Updates</guilabel> or <guilabel>Port
     296          Bugs</guilabel> depending on the case.</para>
    295297        </listitem>
    296298
    297299        <listitem>