diff --git a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.md b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.md deleted file mode 100644 index 93d132ab1..000000000 --- a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml new file mode 100644 index 000000000..2c4cf9b68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/request-a-guide.md b/.github/ISSUE_TEMPLATE/request-a-guide.md deleted file mode 100644 index d48c2c519..000000000 --- a/.github/ISSUE_TEMPLATE/request-a-guide.md +++ /dev/null @@ -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 . diff --git a/.github/ISSUE_TEMPLATE/request-a-guide.yml b/.github/ISSUE_TEMPLATE/request-a-guide.yml new file mode 100644 index 000000000..4b3d20d66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-a-guide.yml @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c4fe7e39a..6356af251 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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? + -**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. + -**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 + + +## 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).