Add contribution badges #4

Merged
jono merged 1 commits from contributors-badges into main 2025-06-17 13:24:39 +00:00
3 changed files with 11 additions and 1 deletions

4
.all-contributorsrc Normal file
View File

@ -0,0 +1,4 @@
{
"projectName": "PolySolve",
"projectOwner": "jono-rams"
}

View File

@ -1,6 +1,6 @@
# Contributing to polysolve # Contributing to polysolve
First off, thank you for considering contributing! We welcome any contributions, from fixing a typo to implementing a new feature. First off, thank you for considering contributing! We welcome any contributions, from fixing a typo to implementing a new feature. You can see a list of everyone who has contributed in our [Contributors Hall of Fame](/.github/CONTRIBUTORS.md).
## Table of Contents ## Table of Contents

View File

@ -89,6 +89,12 @@ 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)
[![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 pull requests](https://img.shields.io/github/issues-pr/jono-rams/PolySolve.svg?style=flat-square)](https://github.com/jono-rams/PolySolve/pulls)
Contributions are welcome! Whether it's a bug report, a feature request, or a pull request, please feel free to get involved. Contributions are welcome! Whether it's a bug report, a feature request, or a pull request, please feel free to get involved.
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.