From a59c7a42c4c108d175f5bc498f6f642431d88bdf Mon Sep 17 00:00:00 2001 From: Bodhish Thomas Date: Tue, 4 Mar 2025 23:19:44 +0530 Subject: [PATCH] Update issue templates to be more user friendly (#11010) --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b77ea713f9..a7a93097d33 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -38,3 +38,22 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. + +--- + +### 🚨 DO NOT EDIT BELOW THIS LINE 🚨 + +### Instructions for Requesting Assignment: + +To request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below: + +**Describe your solution clearly:** +Provide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation. + +**Expected Timeline:** +- End date: [Expected submission date of a completed Pull Request] + +**Additional Context:** +Include any other relevant context, links, screenshots, or resources that support your proposed solution. + +> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2bc5d5f7118..13081e3c7c4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,3 +17,21 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. + +--- +### 🚨 DO NOT EDIT BELOW THIS LINE 🚨 + +### Instructions for Requesting Assignment: + +To request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below: + +**Describe your solution clearly:** +Provide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation. + +**Expected Timeline:** +- End date: [Expected submission date of a completed Pull Request] + +**Additional Context:** +Include any other relevant context, links, screenshots, or resources that support your proposed solution. + +> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.