diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 070ca3c27d..db95557c3c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: 💡 Feature Request + url: https://github.com/heroui-inc/heroui/discussions/categories/feature-requests + about: 💡 Suggest a new component, improve an existing component and etc - name: 🤔 Long question or ideas? url: https://github.com/heroui-inc/heroui/discussions about: Ask long-form questions and discuss ideas. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 95513ada49..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: Feature request -title: "[Feature Request] YOUR_FEATURE_TITLE_HERE_REPLACE_ME" -labels: [feature request] -description: | - 💡 Suggest an idea for the `HeroUI` project - Examples - - propose a new component - - improve an exiting component - - ....etc -body: - - type: markdown - attributes: - value: | - This issue form is for requesting features only! For example, requesting a new component, behavior ... etc - If you want to report a bug, please use the [bug report form](https://github.com/heroui-inc/heroui/issues/new?assignees=&labels=&template=bug_report.yml). - - type: textarea - validations: - required: true - attributes: - label: Is your feature request related to a problem? Please describe. - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - - type: textarea - validations: - required: true - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - placeholder: | - As a user, I expected ___ behavior but ___ ... - - Ideal Steps I would like to see: - 1. Go to '...' - 2. Click on '....' - 3. .... - - type: textarea - validations: - required: true - attributes: - label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - - type: textarea - attributes: - label: Screenshots or Videos - description: | - If applicable, add screenshots or a video to help explain your problem. - For more information on the supported file image/file types and the file size limits, please refer - to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files - placeholder: | - You can drag your video or image files inside of this editor ↓ \ No newline at end of file