Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jun 25, 2019
2 parents 839e9c3 + cc40a97 commit 53c0146
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/broken-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ about: Let us know about a package that's broken in piwheels

---

Broken package
Package name: example
Issue type: Broken package
Link to PyPI page: https://pypi.org/project/example
Link to piwheels page: https://www.piwheels.org/project/example
Version: e.g. 1.2.3 or all
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/missing-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ about: Let us know about a package that's missing from piwheels

---

Missing package
Package name: example
Issue type: Missing package
Link to PyPI page: https://pypi.org/project/example
Link to piwheels page: https://www.piwheels.org/project/example
Version: e.g. 1.2.3 or all
Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Other package issue
about: Let us know about another issue that's related to a particular package in piwheels

---

Package name: example
Link to PyPI page: https://pypi.org/project/example
Link to piwheels page: https://www.piwheels.org/project/example
Version: e.g. 1.2.3 or all
Python version: e.g. 3.5 or all
More information:

Please use code blocks where appropriate:

```bash
command line commands here
```

```python
print("code here")
```
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 53c0146

Please sign in to comment.