Ticket #12199: guide-submission-remove-bugzilla-fields.patch
File guide-submission-remove-bugzilla-fields.patch, 3.3 KB (added by lambda@…, 17 years ago) |
---|
-
xml/project/submission.xml
30 30 31 31 <para> All ports should be submitted via the MacPorts 32 32 <ulink url="http://trac.macports.org/project/macports/newticket">Trac tool 33 </ulink>. Your submission will be automatically emailled to the 34 members of the 35 <ulink url="http://lists.macosforge.org/mailman/listinfo/macports-tickets"> 36 macports-tickets</ulink> mailing list. If you are uncertain about 33 </ulink>. If you are uncertain about 37 34 any aspect of your port, you may also want to email it with your 38 35 questions and the bug number to 39 36 <ulink url="mailto:macports-dev@lists.macosforge.org">MacPorts</ulink> … … 43 40 existing port, please assign the port to the current maintainer 44 41 in your Trac submission, so that the automatic email is 45 42 directed to the maintainer, who will be best suited to deal 46 with your submission. </para>43 with your submission. Also, due to a current misconfiguration in Trac, add the current maintainer to the <guilabel>Cc</guilabel> field, to make sure they are notified.</para> 47 44 48 45 <para>Updates and modifications should be submitted as diffs. See 49 46 updating a port below.</para> … … 61 58 <title>Submission parameters</title> 62 59 63 60 <variablelist> 64 <varlistentry id='Project'>65 <term>66 Project:67 </term>68 <listitem>69 <para>Make sure you select the MacPorts70 project.</para>71 72 </listitem>73 </varlistentry>74 61 75 <varlistentry id='Component'>76 <term>77 Component:78 </term>79 <listitem>80 <para>Select "mports" as the component. </para>81 82 </listitem>83 </varlistentry>84 85 <varlistentry id='Assigned_to'>86 <term>87 Assigned to:88 </term>89 <listitem>90 <para>Please assign UPDATEs and COMMENTs on91 existing ports to the maintainer. Otherwise, if92 this is a NEW port or an RFC, please leave93 blank. </para>94 95 </listitem>96 </varlistentry>97 <varlistentry id='URL'>98 <term>99 URL:100 </term>101 <listitem>102 <para>You may use this field to point to the103 portfile if it is available online, or to point104 to the homepage of the program project.</para>105 106 </listitem>107 </varlistentry>108 62 <varlistentry id='Summary'> 109 63 <term> 110 64 Summary: … … 223 177 224 178 </listitem> 225 179 </varlistentry> 180 <varlistentry id='Component'> 181 <term> 182 Component: 183 </term> 184 <listitem> 185 <para>Select "ports" as the component if you're submitting a change to an existing port or a new port. Select the appropriate component if you're submitting a change to a different part of the project.</para> 186 187 </listitem> 188 </varlistentry> 189 190 <varlistentry id='Assign_to'> 191 <term> 192 Assign to: 193 </term> 194 <listitem> 195 <para>Please assign UPDATEs and COMMENTs on 196 existing ports to the maintainer. Otherwise, if 197 this is a NEW port or an RFC, please leave 198 blank. </para> 199 200 </listitem> 201 </varlistentry> 226 202 </variablelist> 227 203 228 204 </sect3>