Skip to content

Commit

Permalink
Add issue templates (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
gleich and sindresorhus committed Jan 19, 2020
1 parent 9b214d3 commit ef4dbee
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,34 @@
---
name: 🐞 Bug report
about: Create a report to help us improve Plash
labels: bug
---

**Describe the bug**

A clear and concise description of what the bug is.

**To reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**Info**

- macOS version:
- Plash version:

**Additional context**

Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
---
name: ⭐ Feature request
about: Suggest an idea for Plash
labels: enhancement
---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. For example, I'm always frustrated when \[...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**

Add any other context or screenshots about the feature request here.

0 comments on commit ef4dbee

Please sign in to comment.