From dfa3c2293ff6a0c4bc10b925a853ffce30dda14f Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 2 May 2021 12:57:06 -0500 Subject: [PATCH] various github updates [skip CI] --- .github/ISSUE_TEMPLATE.md | 22 --------------- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++----------- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++----- .github/PULL_REQUEST_TEMPLATE.md | 6 ++-- .github/reaction.yml | 1 - .github/stale.yml | 21 -------------- .github/support.yml | 5 ++-- README.md | 2 +- 9 files changed, 34 insertions(+), 72 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/reaction.yml delete mode 100644 .github/stale.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 81f2a2761..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -**Description:** - - - -**Prowlarr Version:** - -**Mono Version:** - -**Debug Logs:** - -# Do not remove anything from your logs and post the full logs! If not everything fits in here use a service like https://pastebin.com to upload them. - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e034ec0f3..db34c6fd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,34 +1,36 @@ --- -name: Bug report -about: Support requests will be closed immediately, if you are unsure go to our Discord - or Subreddit first. Exceptions do not mean you found a bug! +name: Bug Report +about: Support Requests will be closed immediately, if you are not 100% certain this is a bug please go to our Reddit or Discord first. Exceptions do not mean you found a bug! title: '' -labels: bug +labels: 'Type: Bug' assignees: '' --- - + **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** -Steps to reproduce the behavior: + **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** -If applicable, add screenshots to help explain your problem. + **Platform Information (please complete the following information):** - - OS: [e.g. Windows] - - Mono Version: [e.g. Mono 5.8] (Only needed under Linux and Mac, found under System -> Status) - - Browser and Version [e.g. chrome, safari] (Only needed for UI issues) - - Prowlarr Version [e.g. 3.0.0.2956] + - OS: + - Docker: + - .NET Version (System -> Status): + - Browser and Version (Only needed for UI issues): + - Prowlarr Version: + - Prowlarr Branch: -**Debug Logs** -Turn on debug logs under Settings -> General and wait for the bug to occur again. **Upload the full log file here (or another site and link it). Issues will be closed, if they do not include this!** +Turn on Trace logs under Settings -> General and wait for the bug to occur again. +**Upload the full log file here (or another site (e.g. pastebin) and link it). Issues will be closed, if they do not include this!** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5d07027b5..4aa7664ce 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,7 @@ blank_issues_enabled: false contact_links: - name: Support via Discord + #TODO: Update Discord Link url: https://discord.gg/r5wJPt9 about: Chat with users and devs on support and setup related topics. - name: Support via Reddit diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e301d68ce..12e7c06c5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,20 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature Request +about: Suggest an idea for Prowlarr title: '' -labels: feature request +labels: 'Type: Feature Request' assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + **Describe the solution you'd like** -A clear and concise description of what you want to happen. + **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + **Additional context** -Add any other context or screenshots about the feature request here. + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5dcca48e7..6a6b3b597 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,12 +2,14 @@ YES | NO #### Description +A few sentences describing the overall goals of the pull request's commits. - +#### Screenshot (if UI related) #### Todos - [ ] Tests - [ ] Translation Keys +- [ ] Wiki Updates #### Issues Fixed or Closed by this PR -* # +* Fixes #XXXX \ No newline at end of file diff --git a/.github/reaction.yml b/.github/reaction.yml deleted file mode 100644 index 8b1378917..000000000 --- a/.github/reaction.yml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 69feb7130..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - feature request - - parser - - confirmed - - sonarr-pull - - lidarr-pull - - readarr-pull - - v3 -# Label to use when marking an issue as stale -staleLabel: stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Prowlarr and report back. Otherwise this issue will be closed. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false -only: issues diff --git a/.github/support.yml b/.github/support.yml index c1aa953d7..097354748 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -1,13 +1,14 @@ # Configuration for support-requests - https://github.com/dessant/support-requests # Label used to mark issues as support requests -supportLabel: support +supportLabel: 'Type: Support' # Comment to post on issues marked as support requests. Add a link # to a support page, or set to `false` to disable +#TODO: Update Discord Link supportComment: > We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please hop over onto our [Discord](https://discord.gg/r5wJPt9) or [Subreddit](https://reddit.com/r/prowlarr) # Whether to close issues marked as support requests close: true # Whether to lock issues marked as support requests -lock: false +lock: false \ No newline at end of file diff --git a/README.md b/README.md index 41f04f447..aec72138e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Note: Prowlarr is currently in alpha testing, no support ## Feature Requests -[Feature Requests](https://github.com/Prowlarr/Prowlarr/issues/new?assignees=&labels=Type%3A+Enhancement&template=feature_request.md&title=) +[Feature Requests](https://github.com/Prowlarr/Prowlarr/issues/new?assignees=&template=feature_request.md&Type%3A%20Feature%20Request&title=) ## Contributors & Developers [API Documentation](https://prowlarr.com/docs/api/)