Skip to content

Commit

Permalink
added funding reference and github ticket templates
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 26, 2020
1 parent 6b41115 commit 890b894
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: caronc
custom: ['https://www.paypal.me/lead2gold', ]
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 🐛 Bug Report
about: Report any errors and problems
title: ''
labels: 'bug'
assignees: ''

---

:beetle: **Describe the bug**
<!-- A clear and concise description of the problem. -->

:bulb: **Screenshots and Logs**
<!-- If applicable, add screenshots or share logs help explain your problem. -->
<!-- be careful not to reveal anything personal in the logs such as a password or api key. -->

:computer: **Your System Details:**
- OS: [e.g. RedHat v8.0]
- Python Version: [e.g. Python v2.7]

:crystal_ball: **Additional context**
Add any other context about the problem here.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/2_enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 💡 Enhancement Request
about: Got a great idea? Let us know!
title: ''
labels: 'enhancement'
assignees: ''

---

:bulb: **The Idea**
<!-- Share your thoughts; try to be detailed if you can -->

:hammer: **Breaking Feature**
<!-- Would your idea disrupt or drastically change the flow
of this tool or how it currently works? If so explain it here. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/3_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: ❓ Support Question
about: Ask a question about NZBGet-DirWatch
title: ''
labels: 'question'
assignees: ''

---

:question: **Question**
<!-- Go ahead and ask your question here :) -->
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Description:
**Related issue (if applicable):** #<!--nzbget-dirwatch issue number goes here-->

<!-- Have anything else to describe? Define it here -->
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ __Note:__ This script was intended to work with [NZBGet](http://nzbget.net) as a
See the _Command Line_ section below for details how you can easily use this on it's own (without NZBGet).

[![Paypal](http://repo.nuxref.com/pub/img/paypaldonate.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MHANV39UZNQ5E)
[![Patreon](http://repo.nuxref.com/pub/img/patreondonate.svg)](https://www.patreon.com/caronc)

DirWatch Scheduler Script
========================
Expand Down

0 comments on commit 890b894

Please sign in to comment.