Description:
Create issue templates to standardize the format and ensure all necessary information is provided for different types of issues. These templates will be added to the .github/ISSUE_TEMPLATE/ directory.
Tasks:
Create Directory:
If it doesn't already exist, create the .github/ISSUE_TEMPLATE/ directory.
Create Bug Report Template:
Create a bug_report.yml file in the .github/ISSUE_TEMPLATE/ directory with the necessary template content for bug reports.
Create Feature Request Template:
Create a feature_request.yml file in the .github/ISSUE_TEMPLATE/ directory with the necessary template content for feature requests.
Files to Modify:
Create .github/ISSUE_TEMPLATE/bug_report.yml
Create .github/ISSUE_TEMPLATE/feature_request.yml
Benefits:
Standardizes the format for submitting bug reports and feature requests, improving clarity and completeness.
Facilitates easier and more consistent issue tracking and management within the project.
Description: Create issue templates to standardize the format and ensure all necessary information is provided for different types of issues. These templates will be added to the
.github/ISSUE_TEMPLATE/
directory.Tasks:
Create Directory:
.github/ISSUE_TEMPLATE/
directory.Create Bug Report Template:
bug_report.yml
file in the.github/ISSUE_TEMPLATE/
directory with the necessary template content for bug reports.Create Feature Request Template:
feature_request.yml
file in the.github/ISSUE_TEMPLATE/
directory with the necessary template content for feature requests.Files to Modify:
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
Benefits: