Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed May 29, 2020
1 parent ad7c2b9 commit 8136f84
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug Report
about: Something isn't working as expected
labels: bug
---

<!--
Before opening an issue, please check whether a similar issue has already been created.
Please fill in the following information. Additionally, provide screenshots and other resources that may help with the understanding of the issue.
-->

### Environment

- **App version?**
- **macOS version?**

### Bug Information

- **What are you trying to do?**
- **What's the expected behavior?**
- **What's the actual behavior?**
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature Request
about: Suggestions for new or different behavior
labels: enhancement
---

<!--
Before opening an issue, please check whether a similar issue has already been created.
Please describe your feature request below.
-->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/file-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: File Type Request
about: Request to support previews for a new file type
title: "Support for [FILE TYPE]"
labels: new file type
---

<!--
Before opening an issue, please check whether a similar issue has already been created.
Please fill in the following information about the file type you'd like to see supported.
-->

- **What's the file's extension?**
- **What's the file's Uniform Type Identifier (output of `mdls -name kMDItemContentType /path/to/your/file`)?**
- **What kind of preview do you expect? How can it be generated?**

0 comments on commit 8136f84

Please sign in to comment.