Browse Source

GitHub general template files

pull/138/head
Chris Caron 5 years ago
parent
commit
33485ffb9b
  1. 2
      .github/FUNDING.yml
  2. 8
      .github/ISSUE_TEMPLATE/1_bug_report.md
  3. 6
      .github/ISSUE_TEMPLATE/2_new-notification-request.md
  4. 11
      .github/ISSUE_TEMPLATE/3_question.md

2
.github/FUNDING.yml

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

8
.github/ISSUE_TEMPLATE/bug_report.md → .github/ISSUE_TEMPLATE/1_bug_report.md

@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
name: 🐛 Bug Report
about: Report any errors and probems
title: ''
labels: ''
labels: 'bug'
assignees: ''
---
@ -19,7 +19,7 @@ assignees: ''
:computer: **Your System Details:**
- OS: [e.g. RedHat v8.0]
- Python Version: [e.g. v2.7]
- Python Version: [e.g. Python v2.7]
:crystal_ball: **Additional context**
Add any other context about the problem here.

6
.github/ISSUE_TEMPLATE/new-notification-request.md → .github/ISSUE_TEMPLATE/2_new-notification-request.md

@ -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
title: ''
labels: ''
labels: 'enhancement'
assignees: ''
---
: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.**
- Homepage: <!-- e.g https://discordapp.com/ -->

11
.github/ISSUE_TEMPLATE/3_question.md

@ -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…
Cancel
Save