From 17655cd1c8d30349eeeb020772c0f0ea606c5678 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 23 Jul 2024 15:10:25 +0200 Subject: [PATCH] chore: updated feature_request.md template (#15877) * Update feature_request.md * Update .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 90 ++++++++++------------- 1 file changed, 38 insertions(+), 52 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7c266e0957..fb4892fdcd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,55 +1,41 @@ ---- name: Feature request -about: Suggest a feature or idea +description: "Suggest an idea for this project \U0001F680" title: "" -labels: feature -assignees: "" ---- +labels: ["✨ feature", "🚨 needs approval"], +assignees: [] +body: + - type: textarea + id: problem-description + 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 [...] + validations: + required: true + - type: textarea + id: solution-description + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternate-solution-description + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false + - type: markdown + id: cal-info + attributes: + value: | + ### How we code at Cal.com -### Is your proposal related to a problem? - - - -(Write your answer here.) - -### Describe the solution you'd like - - - -(Describe your proposed solution here.) - -### Describe alternatives you've considered - - - -(Write your answer here.) - -### Additional context - - - -(Write your answer here.) - -### Requirement/Document - - - -(Share it here.) - ---- -##### House rules -- If this issue has a `🚨 needs approval` label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding. - - For clarity: Non-core member issues automatically get the `🚨 needs approval` label. - - Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction. + - Follow Best Practices lined out in our [Contributor Docs](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)