From 9c47db4e6a40130eba60a037be14079cd352c618 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Jun 2025 13:48:34 +0000 Subject: [PATCH] [GitHub PR #7 by jono-rams] All contributors/add jono rams (#6) **Mirrored from GitHub PR `#7` by `jono-rams`** Original PR: https://github.com/jono-rams/PolySolve/pull/7 --- None Co-authored-by: GitHub Bridge Bot Reviewed-on: https://gitea.jono-rams.work/jono/PolySolve/pulls/6 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .all-contributorsrc | 7 ++++++- CONTRIBUTORS.md | 10 ++++++++++ README.md | 12 +++++++++++- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTORS.md diff --git a/.all-contributorsrc b/.all-contributorsrc index eb840bb..fcb2cdb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,12 +1,17 @@ { "projectName": "PolySolve", "projectOwner": "jono-rams", + "repoType": "github", + "repoHost": "https://github.com", "files": [ "README.md" ], - "commitType": "docs", + "imageSize": 100, + "commit": false, "commitConvention": "angular", "contributorsPerLine": 7, + "linkToUsage": true, + "skipCi": true, "contributors": [ { "login": "jono-rams", diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..7c37bdb --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,10 @@ +## Contributors + + + + +[![All Contributors](https://img.shields.io/github/all-contributors/jono-rams/PolySolve?color=ee8449&style=flat-square)](#contributors) + + + + diff --git a/README.md b/README.md index cc116a8..e0717c2 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ 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) @@ -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. +## Contributors + + + + +[![All Contributors](https://img.shields.io/github/all-contributors/jono-rams/PolySolve?color=ee8449&style=flat-square)](#contributors) + + + + + ## License This project is licensed under the MIT License - see the `LICENSE` file for details.