Skip to content

Commit

Permalink
Revert "Merge issue templates into one"
Browse files Browse the repository at this point in the history
This reverts commit b5427d0.
  • Loading branch information
bennuttall committed Jun 13, 2019
1 parent b5427d0 commit f091d22
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Package issue
about: Use this template for an issue related to a particular package
name: Broken package
about: Let us know about a package that's broken in piwheels

---

Broken package
Package name: example
Issue type: Missing package / Broken package / Other issue
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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/missing-package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Missing package
about: Let us know about a package that's missing from piwheels

---

Missing package
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")
```

0 comments on commit f091d22

Please sign in to comment.