GitHub general template files

pull/138/head
Chris Caron 2019-07-19 20:16:01 -04:00
parent a3726ca762
commit 33485ffb9b
4 changed files with 20 additions and 7 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
patreon: caronc
custom: ['https://www.paypal.me/lead2gold', 'https://beerpay.io/caronc/apprise']

View File

@ -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.

View File

@ -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/ -->

11
.github/ISSUE_TEMPLATE/3_question.md vendored Normal file
View File

@ -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 :) -->