Apply patch from GitHub PR #7 by jono-rams
All checks were successful
Run Python Tests / test (3.12) (pull_request) Successful in 12s
Run Python Tests / test (3.10) (pull_request) Successful in 19s
Run Python Tests / test (3.8) (pull_request) Successful in 10s

This commit is contained in:
GitHub Bridge Bot
2025-06-17 13:47:21 +00:00
parent 97e4259bfa
commit 2a8e1c745a
3 changed files with 27 additions and 2 deletions

View File

@ -1,12 +1,17 @@
{ {
"projectName": "PolySolve", "projectName": "PolySolve",
"projectOwner": "jono-rams", "projectOwner": "jono-rams",
"repoType": "github",
"repoHost": "https://github.com",
"files": [ "files": [
"README.md" "README.md"
], ],
"commitType": "docs", "imageSize": 100,
"commit": false,
"commitConvention": "angular", "commitConvention": "angular",
"contributorsPerLine": 7, "contributorsPerLine": 7,
"linkToUsage": true,
"skipCi": true,
"contributors": [ "contributors": [
{ {
"login": "jono-rams", "login": "jono-rams",

10
CONTRIBUTORS.md Normal file
View File

@ -0,0 +1,10 @@
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
[![All Contributors](https://img.shields.io/github/all-contributors/jono-rams/PolySolve?color=ee8449&style=flat-square)](#contributors)
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

View File

@ -89,7 +89,6 @@ While the code may work on other configurations, all contributions must pass the
## Contributing ## Contributing
[![All Contributors](https://img.shields.io/github/all-contributors/jono-rams/PolySolve?color=ee8449&style=flat-square)](./.github/CONTRIBUTORS.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub contributors](https://img.shields.io/github/contributors/jono-rams/PolySolve.svg?style=flat-square)](https://github.com/jono-rams/PolySolve/graphs/contributors) [![GitHub contributors](https://img.shields.io/github/contributors/jono-rams/PolySolve.svg?style=flat-square)](https://github.com/jono-rams/PolySolve/graphs/contributors)
[![GitHub issues](https://img.shields.io/github/issues/jono-rams/PolySolve.svg?style=flat-square)](https://github.com/jono-rams/PolySolve/issues) [![GitHub issues](https://img.shields.io/github/issues/jono-rams/PolySolve.svg?style=flat-square)](https://github.com/jono-rams/PolySolve/issues)
@ -99,6 +98,17 @@ Contributions are welcome! Whether it's a bug report, a feature request, or a pu
Please read our `CONTRIBUTING.md` file for details on our code of conduct and the process for submitting pull requests. Please read our `CONTRIBUTING.md` file for details on our code of conduct and the process for submitting pull requests.
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
[![All Contributors](https://img.shields.io/github/all-contributors/jono-rams/PolySolve?color=ee8449&style=flat-square)](#contributors)
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
## License ## License
This project is licensed under the MIT License - see the `LICENSE` file for details. This project is licensed under the MIT License - see the `LICENSE` file for details.