Skip to content

Commit

Permalink
Add Issue templates for Sparkle 1.x and 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Dec 14, 2019
1 parent ed40ef1 commit 9e7c346
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@
name: Other issues
about: Found a bug? Want to implement a new feature?
title: ''
labels: ''
labels: '1.x'
assignees: ''

---
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other-issues-2.md
@@ -0,0 +1,10 @@
---
name: Other issues related to Sparkle 2.x
about: Found a bug? Want to implement a new feature?
title: ''
labels: '2.x'
assignees: ''

---


@@ -1,8 +1,8 @@
---
name: Sparkle doesn't work in my app
name: Sparkle 1.x doesn't work in my app
about: Problems with integration, unexpected errors
title: ''
labels: ''
labels: '1.x'
assignees: ''

---
Expand Down
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/sparkle-doesn-t-work-in-my-app-2.md
@@ -0,0 +1,34 @@
---
name: Sparkle 2.x doesn't work in my app
about: Problems with using the beta version of Sparkle 2
title: ''
labels: '2.x'
assignees: ''

---

<!--
The answer to your issue is probably already in Console.app on your computer.
Please use Console.app and search for Sparkle.
Please try troubleshooting steps:
https://github.com/sparkle-project/Sparkle#troubleshooting
-->

### Description of the problem


### Do you use Sandboxing in your app?

### Version of `Sparkle.framework` in the latest version of your app

### Version of `Sparkle.framework` in the old version of app that your users have (or N/A)

### Sparkle's output from Console.app
```
```

### Steps to reproduce the behavior

0 comments on commit 9e7c346

Please sign in to comment.