Making WordPress.org

Ticket #719: 719.patch

File 719.patch, 2.6 KB (added by netweb, 10 years ago)
  • sites/trunk/trac.wordpress.org/templates/site.html

     
    132131                        <p>You can search for existing tickets <a href="/search">here</a>. For more help, please see the <a href="//make.wordpress.org/core/handbook/reporting-bugs/">contributor handbook</a>.</p>
    133132
    134133                </div>
     134                <py:if test="project_slug == 'bbpress'">
     135                <div class="newticket-instructions">
     136                        <p><strong>This form is for reporting bugs in bbPress.</strong> Here are some questions and tips to help you write a great bug report:</p>
     137                        <ul>
     138                                <li>Are you using either the latest version of bbPress, or the latest development version? If not, please update first.</li>
     139                                <li>What steps should be taken to consistently reproduce the problem?</li>
     140                                <li>Does the problem occur even when you deactivate all plugins and use the default theme?</li>
     141                                <li>In case it's relevant to the ticket, what is the expected output or result? What did you see instead?</li>
     142                                <li>Please provide any additional information that you think we'd find useful. (OS and browser for UI defects, server environment for crashes, etc.)</li>
     143                        </ul>
     144                        <p>You can search for existing tickets <a href="/search">here</a>. For more help, please see the <a href="//make.wordpress.org/core/handbook/reporting-bugs/">contributor handbook</a>.</p>
     145
     146                </div>
     147                <py:if test="project_slug == 'buddypress'">
     148                <div class="newticket-instructions">
     149                        <p><strong>This form is for reporting bugs in BuddyPress.</strong> Here are some questions and tips to help you write a great bug report:</p>
     150                        <ul>
     151                                <li>Are you using either the latest version of BuddyPress, or the latest development version? If not, please update first.</li>
     152                                <li>What steps should be taken to consistently reproduce the problem?</li>
     153                                <li>Does the problem occur even when you deactivate all plugins and use the default theme?</li>
     154                                <li>In case it's relevant to the ticket, what is the expected output or result? What did you see instead?</li>
     155                                <li>Please provide any additional information that you think we'd find useful. (OS and browser for UI defects, server environment for crashes, etc.)</li>
     156                        </ul>
     157                        <p>You can search for existing tickets <a href="/search">here</a>. For more help, please see the <a href="//make.wordpress.org/core/handbook/reporting-bugs/">contributor handbook</a>.</p>
     158
     159                </div>
    135160                </py:if>
    136161                <form py:attrs="select('@*')">
    137162                        ${select('*|comment()|text()')}