Skip to content

Commit

Permalink
Use new general package issue template for other issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Jun 13, 2019
1 parent 58d7a40 commit cc40a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions piwheels/master/templates/project.pt
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ sudo pip3 install ${package}</pre>
<h4>Package/version missing?</h4>
<ul>
<li>Check if there's an <a href="https://github.com/bennuttall/piwheels/issues?utf8=%E2%9C%93&q=is%3Aissue+missing+package+${package}">issue</a> already</li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new?template=missing-package.md&title=Missing package: ${package}">"missing package" issue</a></li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new?template=missing-package.md&title=Missing+package:+${package}">"missing package" issue</a></li>
</ul>
<h4>Package broken?</h4>
<ul>
<li>Check if there's an <a href="https://github.com/bennuttall/piwheels/issues?utf8=%E2%9C%93&q=is%3Aissue+broken+package+${package}">issue</a> already</li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new?template=broken-package.md&title=Broken package: ${package}">"broken package" issue</a></li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new?template=broken-package.md&title=Broken+package:+${package}">"broken package" issue</a></li>
</ul>
<h4>Something else</h4>
<ul>
<li>Check if there's an <a href="https://github.com/bennuttall/piwheels/issues?utf8=%E2%9C%93&q=is%3Aissue+${package}">issue</a> already</li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new">new issue</a></li>
<li>If not, open a <a href="https://github.com/bennuttall/piwheels/issues/new?template=package.md&title=${package}">new issue</a></li>
</ul>

<p class="small"><small>Page last updated ${timestamp}</small></p>
Expand Down

0 comments on commit cc40a97

Please sign in to comment.