From 8e8462d9d846ff3bfcce8bfb6ea695c4dbbe30b6 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Tue, 17 Jun 2025 09:23:26 -0400 Subject: [PATCH] Add contribution badges --- .all-contributorsrc | 4 ++++ CONTRIBUTING.md | 2 +- README.md | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..30d7d2c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "PolySolve", + "projectOwner": "jono-rams" +} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfd36dc..3352ce9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # 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 diff --git a/README.md b/README.md index b634a74..cc116a8 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ While the code may work on other configurations, all contributions must pass the ## 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. Please read our `CONTRIBUTING.md` file for details on our code of conduct and the process for submitting pull requests.