Ticket #14012: project.xml.diff
File project.xml.diff, 2.0 KB (added by jmpalacios (Juan Manuel Palacios), 17 years ago) |
---|
-
project.xml
234 234 <section id="project.contributing"> 235 235 <title>Contributing to MacPorts</title> 236 236 237 <para>You may contribute new ports and port updates to current ports using238 Trac tickets.</para>237 <para>You may contribute new ports and enhancements of any kind to already 238 existing ports using Trac tickets.</para> 239 239 240 240 <!-- Should we have similar sections about committing to base sources and 241 241 documentation, or alternatively add this to the following? --> … … 268 268 </section> 269 269 270 270 <section id="project.contributing.updates"> 271 <title>Port Updates</title>271 <title>Port Enhancements</title> 272 272 273 <para> Portfile updates should always be contributed as274 <filename>Portfile</filename> patches. Ports are contributed by275 following these steps. See Ticket Submission Guidelines above for a276 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> 277 277 278 278 <orderedlist> 279 279 <listitem> … … 286 286 </listitem> 287 287 288 288 <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> 290 291 </listitem> 291 292 292 293 <listitem> 293 294 <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> 295 297 </listitem> 296 298 297 299 <listitem>