RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Adding issue templates #87

Closed KerinPithawala closed 3 years ago

KerinPithawala commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #77

Brief description of what is fixed or changed

Add two files for issue template:

  1. Bug report
  2. Feature request

Other comments

Kindly review the pr.

agrawalshubham01 commented 3 years ago

@Kerveyfelix Kindly share the reference, as I haven't these kind of issue_templates in any public repo i.e the design you have used for feature_request/bug_report.

KerinPithawala commented 3 years ago

I have used this repo's issue templates: https://github.com/harsh-9in/Blogger/tree/master/.github/ISSUE_TEMPLATE

KerinPithawala commented 3 years ago

Thank you