rohitinu6 / Stock-Price-Prediction

This project focuses on predicting the stock prices of "The State Bank Of India" using machine learning Regression algorithms.
35 stars 64 forks source link

[Feat] - Add Issue Templates #36

Open abhishekHegde2000 opened 2 weeks ago

abhishekHegde2000 commented 2 weeks ago

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:

  1. Create Directory:

    • If it doesn't already exist, create the .github/ISSUE_TEMPLATE/ directory.
  2. Create Bug Report Template:

    • Create a bug_report.yml file in the .github/ISSUE_TEMPLATE/ directory with the necessary template content for bug reports.
  3. 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:

Benefits:

abhishekHegde2000 commented 2 weeks ago

@rohitinu6 can you please assign this task to me?