From 1d9fb48d4098ca22f0d8d00b65e63c23cc5e99d4 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Tue, 17 Jun 2025 11:56:41 -0400 Subject: [PATCH] Add contributor badges --- .all-contributorsrc | 29 +++++++++++++++++++++++++++++ README.md | 32 ++++++++++++++++++++++++++++++++ setup.cfg | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..4c52fc8 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,29 @@ +{ + "projectName": "surround-to-eac3", + "projectOwner": "jono-rams", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "linkToUsage": true, + "skipCi": true, + "contributors": [ + { + "login": "jono-rams", + "name": "Jonathan Rampersad", + "avatar_url": "https://avatars.githubusercontent.com/u/29872001?v=4", + "profile": "https://jono-rams.work", + "contributions": [ + "code", + "doc", + "infra" + ] + } + ], + "commitType": "docs" +} diff --git a/README.md b/README.md index 9d3c193..47279ee 100644 --- a/README.md +++ b/README.md @@ -248,8 +248,40 @@ An advanced video transcoder that processes files to use E-AC3 for specific audi ## Contributing +[![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/surround-to-eac3.svg?style=flat-square)](https://github.com/jono-rams/surround-to-eac3/graphs/contributors) +[![GitHub issues](https://img.shields.io/github/issues/jono-rams/surround-to-eac3.svg?style=flat-square)](https://github.com/jono-rams/surround-to-eac3/issues) +[![GitHub pull requests](https://img.shields.io/github/issues-pr/jono-rams/surround-to-eac3.svg?style=flat-square)](https://github.com/jono-rams/surround-to-eac3/pulls) + Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder/issues). +## Contributors + + + + + + + + + + + + + + + +
Jonathan Rampersad
Jonathan Rampersad

💻 📖 🚇
+ + Add your contributions + +
+ + + + + + ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder/src/branch/main/LICENSE) file for details. diff --git a/setup.cfg b/setup.cfg index 13bb83f..845a5c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ author_email = jonathan@jono-rams.work description = A CLI tool to transcode 5.1 audio in video files to E-AC3. long_description = file: README.md long_description_content_type = text/markdown -url = https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder +url = https://github.com/jono-rams/surround-to-eac3 classifiers = Development Status :: 4 - Beta Intended Audience :: End Users/Desktop