chore(GIT): templates and PR cleanup (#1407)
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>pull/1412/head
parent
0225287d54
commit
8b0d3a345b
@ -1,23 +0,0 @@
|
||||
---
|
||||
name: Bug/Error Found in the Guide?
|
||||
about: Support Requests will be closed, if you are unsure check out my Discord first.
|
||||
title: "[Bug]"
|
||||
labels: BUG
|
||||
assignees: TRaSH-
|
||||
|
||||
---
|
||||
|
||||
**Which Guide**
|
||||
Please add which Guide you found a Bug/Error with.
|
||||
|
||||
**Describe the Error in the Guide**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
@ -0,0 +1,63 @@
|
||||
name: Bug/Error Found in the Guide?
|
||||
description: Support Requests will be closed, if you are unsure please check out the Discord server first.
|
||||
title: "[Bug]"
|
||||
labels: ["Type: Bug", "Status: Triage Needed"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Which Guide"
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Guide Name
|
||||
description: Please select the Guide(s) in which you found a bug or an error.
|
||||
options:
|
||||
- label: Bazarr
|
||||
- label: Downloaders/Deluge
|
||||
- label: Downloaders/NZBGet
|
||||
- label: Downloaders/Qbittorrent
|
||||
- label: Downloaders/ruTorrent
|
||||
- label: Downloaders/SABnzbd
|
||||
- label: Downloaders/Other
|
||||
- label: Guide-Sync
|
||||
- label: Hardlinks/Docker
|
||||
- label: Hardlinks/Dockstarter
|
||||
- label: Hardlinks/Native
|
||||
- label: Hardlinks/Synology
|
||||
- label: Hardlinks/TrueNAS-Core
|
||||
- label: Hardlinks/Unraid
|
||||
- label: Misc
|
||||
- label: Plex
|
||||
- label: Prowlarr
|
||||
- label: Radarr
|
||||
- label: Sonarr
|
||||
- label: Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of what the bug is.
|
||||
placeholder: Describe the bug...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
placeholder: Describe what you expected to happen...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to help explain your problem. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it).
|
||||
placeholder: Add screenshot...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any other context about the problem here.
|
||||
placeholder: Add context...
|
||||
validations:
|
||||
required: false
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
name: Request a Guide
|
||||
about: Request a Guide here
|
||||
title: "[REQUEST]"
|
||||
labels: Guide Request
|
||||
assignees: TRaSH-
|
||||
|
||||
---
|
||||
|
||||
**For which application would like to see this Guide ?**
|
||||
Radarr / Sonarr / Bazarr / etc
|
||||
|
||||
**Describe what you would like to see in the Tutorial/Guide**
|
||||
A clear and concise description of what you want to see in the Guide .
|
@ -0,0 +1,19 @@
|
||||
name: Request a Guide
|
||||
description: Request a Guide here
|
||||
title: "[Request]"
|
||||
labels: ["Type: Guide Request", "Status: Triage Needed"]
|
||||
body:
|
||||
- type: input
|
||||
id: application
|
||||
attributes:
|
||||
label: For which application would like to see this Guide?
|
||||
description: Radarr / Sonarr / Bazarr / etc
|
||||
placeholder: Enter the application name here
|
||||
- type: textarea
|
||||
id: guide_description
|
||||
attributes:
|
||||
label: Describe what you would like to see in the Guide
|
||||
description: A clear and concise description of what you want to see in the Guide
|
||||
placeholder: Enter a brief description here
|
||||
validations:
|
||||
required: true
|
@ -1,21 +1,22 @@
|
||||
# Pull request
|
||||
# Pull Request
|
||||
|
||||
**Purpose**
|
||||
Detailed description why you created this Pull Request.
|
||||
## Purpose
|
||||
|
||||
**Approach**
|
||||
If this Pull Request is created to solve a issue explain how does this change address the problem?
|
||||
<!-- Please provide a detailed description of why you created this pull request. -->
|
||||
|
||||
**Open Questions and Pre-Merge TODOs**
|
||||
Check all boxes as they are completed
|
||||
## Approach
|
||||
|
||||
- [ ] Use github checklists. When solved, check the box and explain the answer.
|
||||
<!-- If this pull request is created to solve an issue, please explain how this change addresses the problem. -->
|
||||
|
||||
**Learning**
|
||||
If you're adding a new Custom Format make sure you follow the [Radarr/Sonarr Custom Format (JSON) Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/.github/CONTRIBUTING.md).
|
||||
## Open Questions and Pre-Merge TODOs
|
||||
|
||||
**Requirements**
|
||||
Check all boxes as they are completed
|
||||
<!-- - [ ] Use GitHub checklists. When solved, check the box and explain the answer.
|
||||
|
||||
<!-- ## Learning
|
||||
|
||||
If you're adding a new Custom Format, make sure you follow the [Radarr/Sonarr Custom Format (JSON) Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/.github/CONTRIBUTING.md). -->
|
||||
|
||||
## Requirements
|
||||
|
||||
- [ ] These changes meet the standards for [contributing](https://github.com/TRaSH-Guides/Guides/blob/master/.github/CONTRIBUTING.md).
|
||||
- [ ] I have read the [code of conduct](https://github.com/TRaSH-Guides/Guides/blob/master/.github/CODE_OF_CONDUCT.md).
|
||||
|
Loading…
Reference in new issue