mirror of https://github.com/caronc/apprise
GitHub general template files
parent
a3726ca762
commit
33485ffb9b
|
@ -0,0 +1,2 @@
|
||||||
|
patreon: caronc
|
||||||
|
custom: ['https://www.paypal.me/lead2gold', 'https://beerpay.io/caronc/apprise']
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: 🐛 Bug Report
|
||||||
about: Create a report to help us improve
|
about: Report any errors and probems
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -19,7 +19,7 @@ assignees: ''
|
||||||
|
|
||||||
:computer: **Your System Details:**
|
:computer: **Your System Details:**
|
||||||
- OS: [e.g. RedHat v8.0]
|
- OS: [e.g. RedHat v8.0]
|
||||||
- Python Version: [e.g. v2.7]
|
- Python Version: [e.g. Python v2.7]
|
||||||
|
|
||||||
:crystal_ball: **Additional context**
|
:crystal_ball: **Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
name: New Notification Request
|
name: 💡 New Notification Request
|
||||||
about: Suggest a new notification service that you'd like to see Apprise support
|
about: Suggest a new notification service that you'd like to see Apprise support
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
:loudspeaker: **What is the name of the service?**
|
:loudspeaker: **What is the name of the service?**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
<!-- Name of Service -->
|
||||||
|
|
||||||
:link: **Provide some details about the service that can help with it's development.**
|
:link: **Provide some details about the service that can help with it's development.**
|
||||||
- Homepage: <!-- e.g https://discordapp.com/ -->
|
- Homepage: <!-- e.g https://discordapp.com/ -->
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: ❓ Support Question
|
||||||
|
about: Ask a question about Apprise
|
||||||
|
title: ''
|
||||||
|
labels: 'question'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
:question: **Question**
|
||||||
|
<!-- Go ahead and ask your question here :) -->
|
Loading…
Reference in New Issue