| 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> |