feat: Added deteminant calculation - #259
Merged
Merged
Conversation
|
@Lavanya-Talele is attempting to deploy a commit to the Anuj's projects Team on Vercel. A member of the Team first needs to authorize it. |
steam-bell-92
approved these changes
May 16, 2026
Contributor
|
🎉 Thank you for your contribution! Your Pull Request has been merged successfully. We appreciate the time and effort you put into improving this project. Contributions like yours help the repository grow and stay useful for everyone. If you'd like to contribute again, please check the open issues and make sure you are assigned before opening another Pull Request. Thanks again for your support! 🙌 |
Contributor
|
Thanks @Lavanya-Talele! I've added you to the contributors list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
name: Pull Request 🔄
description: Submit a Pull Request
title: "[PR]: Added determinant calculation to Matrix-Calculator"
body:
id: description
attributes:
label: Description
description: It can now calculate determinants when given appropriate input.
placeholder: What changes are you making?
validations:
required: true
id: type-of-change
attributes:
label: Type of Change
description: Mark the relevant option
options:
- Select an option
- Bug fix (non-breaking change which fixes an issue)
** New feature (non-breaking change which adds functionality)
- New mini-project
- Documentation update
- UI/UX improvement
- Code refactoring
- Other (please describe)
multiple: false
validations:
required: true
id: related-issue
attributes:
label: Related Issue
description: Link any related issues here (e.g., Closes [Feature]: Matrix-Calculator: Finding determinant of a matrix #256 )
placeholder: "Closes [Feature]: Matrix-Calculator: Finding determinant of a matrix #256 "
id: testing
attributes:
label: How Has This Been Tested?
description: Describe how you tested your changes
placeholder: |
- [] Tested on Windows
- [ ] Tested on macOS
- [ ] Tested on Linux
- [] Multiple test runs completed
- [**] Edge cases tested
id: environment-info
attributes:
label: Environment
description: Please provide your environment details
placeholder: |
Python Version:
OS:
id: screenshots
attributes:
label: Screenshots (if applicable)
description: Add screenshots to demonstrate changes, especially for UI updates
id: checklist
attributes:
label: Checklist
description: Make sure all items are completed before submitting
options:
- label: "I have been assigned this issue before raising this PR"
required: true
- label: "My code follows the project's style guidelines"
required: true
- label: "I have tested my code thoroughly"
required: true
- label: "My project runs without errors"
required: true
- label: "No external dependencies added (unless necessary)"
required: false
- label: "I have updated the README.md (if adding new project)"
required: false
- label: "I am participating in GSSoC 2026"
required: false