From ca88175f3dfb46b0555679e3a45bd93f05595d84 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 6 Dec 2025 21:55:43 +0000 Subject: [PATCH] Use default FUNDING and ISSUE_TEMPLATE --- .github/FUNDING.yml | 5 -- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 85 ---------------------- .github/ISSUE_TEMPLATE/DOCUMENTATION.yml | 35 --------- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 18 ----- .github/ISSUE_TEMPLATE/config.yml | 14 ---- 5 files changed, 157 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.yml delete mode 100644 .github/ISSUE_TEMPLATE/DOCUMENTATION.yml delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 2297449..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,5 +0,0 @@ -# These are supported funding model platforms - -open_collective: yiisoft -github: [yiisoft] -polar: yiisoft diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml deleted file mode 100644 index 41384a1..0000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ /dev/null @@ -1,85 +0,0 @@ - -name: 🐞 Report an issue -description: Let us know about framework problem -body: - - type: markdown - attributes: - value: | - > 🚨 If you have encountered a SECURITY RELATED ISSUE with Yii, [use this form](https://www.yiiframework.com/security) to report any security issues you have encountered to us. ***WARNING!*** DO NOT use the issue tracker or discuss it in the public forum as this will cause more harm than help. - - type: textarea - id: id-expected - attributes: - label: What is the expected result? - placeholder: | - Describe what you expected to happen. - Please also include relevant motivation and context. - validations: - required: true - - type: textarea - id: id-actual - attributes: - label: What is the actual result? - placeholder: | - Describe the actual result you got. - Write in detail anything that gives us more context about the problem you are facing! - validations: - required: true - - type: textarea - id: id-steps - attributes: - label: "Reproduction steps" - description: | - Please enter explicit steps to reproduce the issue. - The case must be minimal and focused around the specific problem you are experiencing. This is the best way to ensure this issue is triaged quickly. - value: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - validations: - required: false - - type: textarea - id: id-screenshot-logs - attributes: - label: "Screenshots / Logs" - description: | - If applicable, you can attach images or log files by clicking this area to highlight it and then dragging files in, - or copy and paste any relevant log output. - :warning: _Remember to redact or remove any sensitive information!_ - validations: - required: false - - type: input - id: phpversion - attributes: - label: PHP version - description: What version of PHP are you running? - placeholder: Enter the PHP version you are using - validations: - required: false - - type: dropdown - id: osversion - attributes: - label: "Operating System" - description: What operating system are you running? - multiple: true - options: - - Windows - - Linux - - Mac - default: 1 - validations: - required: false - - type: dropdown - id: browsers - attributes: - label: "Browsers" - description: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - Opera - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml b/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml deleted file mode 100644 index 42468f2..0000000 --- a/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml +++ /dev/null @@ -1,35 +0,0 @@ - -name: 📚 Documentation Issue -description: Request additions or improvements to the documentation -labels: "documentation" -body: - - type: markdown - attributes: - value: | - > 🚨 If you have encountered a SECURITY RELATED ISSUE with Yii, [use this form](https://www.yiiframework.com/security) to report any security issues you have encountered to us. ***WARNING!*** DO NOT use the issue tracker or discuss it in the public forum as this will cause more harm than help. - - type: textarea - id: id-issue-category - attributes: - label: Issue Category - description: Choose the options that best describe your suggestion. **Delete what does not apply.** - value: | - - Typo or editorial suggestion (**Link to page:**) - - Incorrect/Outdated information (**Link to page:**) - - Missing page/section/topic (**Link to page:**) - - Can't find an answer to a specific question ✔️ - - Organization/Navigation suggestion ✔️ - - Other ✔️ - - validations: - required: true - - type: textarea - id: id-description - attributes: - label: Description - description: | - Describe what you expected to find. Also include relevant motivation and context. - If applicable, you can attach images by clicking this area to highlight it and then dragging files in. - :warning: _Remember to redact or remove any sensitive information!_ - placeholder: Please put specific details about the typo, error, missing info, suggestion, etc here. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml deleted file mode 100644 index b9dab6f..0000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: 🚀 Feature request -description: Suggest an idea for improving Yii -body: - - type: textarea - attributes: - label: Proposed new feature or change - description: | - Please provide a description of the feature or enhancement. - If the feature is UI-related, add screenshots, mockups or videos. - If you're requesting an implementation of some standard or API, link the relevant resources. - validations: - required: true - - type: textarea - attributes: - label: "Describe alternatives you've considered" - description: Describe any alternative solutions or features you've considered. - validations: - required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0738bf4..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: 🖐️ Yii Community - url: https://www.yiiframework.com/community - about: A friendly and helpful Yii community - - name: 🗪 Yii Ask questions on Slack - url: https://yiiframework.com/go/slack - about: Yii Slack channel - - name: 🙋 Yii Telegram - url: https://t.me/yii3en - about: Yii Telegram channel - - name: 🙋 Yii3 Forum - url: https://forum.yiiframework.com/c/yii-3-0/63 - about: Please use the forum for questions regarding Yii3