From fc79dc8773751d02e0177bf97b48ed2be004f26c Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 12 Jun 2023 00:32:17 +0300 Subject: [PATCH] Rename to ---bug-report.yml --- .github/ISSUE_TEMPLATE/----bug-report.yml | 17 ----------------- .github/ISSUE_TEMPLATE/---bug-report.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/----bug-report.yml deleted file mode 100644 index aa54b5b2b..000000000 --- a/.github/ISSUE_TEMPLATE/----bug-report.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: 🐞 Bug Report -description: Report an error in this repository -title: 'Fix: ' -labels: ['🐞 bug'] - -body: - - type: markdown - attributes: - value: | - This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?labels=🛠+broken+stream&template=-----broken-stream.yml&title=Broken%3A+) form instead. - - - type: textarea - attributes: - label: Describe your issue - description: Please describe the error in as much detail as possible so that we can fix it quickly. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/---bug-report.yml b/.github/ISSUE_TEMPLATE/---bug-report.yml new file mode 100644 index 000000000..67f60e540 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.yml @@ -0,0 +1,12 @@ +name: 🐞 Bug Report +description: Report an error in this repository +title: 'Fix: ' +labels: ['🐞 bug'] + +body: + - type: textarea + attributes: + label: Describe your issue + description: Please describe the error in as much detail as possible so that we can fix it quickly. + validations: + required: true