Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix 230: Add Issues templates
Related Issue
Closes: #230
Description
This PR fixes the issue #230, It includes issue templates that lets new contributors raise issue for particular category such as Bug-report, Feature-request and Pull Request within the repository. Detailed & informative with lots of particulars to be filled that allows the maintainer to see what the contributors wants to do, their approach & what changes are they going to merge in the main branch.
New Templates for Issue and Pull Request Submission:
.github/BUG_report_issue_template.md
: Added a detailed template for bug reports, including sections for title, description, steps to reproduce, expected changes, screenshots/logs, related issues, environment, and a checklist for contributors..github/Feature_request_issue_template.md
: Introduced a comprehensive template for feature requests, covering title, description, approach, benefits, social links/references, additional context, and a checklist for contributors..github/Pull_Request_template.md
: Created a structured template for pull requests, including sections for title, related issue, description, type of change, and a checklist to ensure code quality and adherence to guidelines.@PriyaGhosal Please review my PR and add labels to it.