Add contributor badges
This commit is contained in:
29
.all-contributorsrc
Normal file
29
.all-contributorsrc
Normal file
@ -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"
|
||||||
|
}
|
32
README.md
32
README.md
@ -248,8 +248,40 @@ An advanced video transcoder that processes files to use E-AC3 for specific audi
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
[](http://makeapullrequest.com)
|
||||||
|
[](https://github.com/jono-rams/surround-to-eac3/graphs/contributors)
|
||||||
|
[](https://github.com/jono-rams/surround-to-eac3/issues)
|
||||||
|
[](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).
|
Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder/issues).
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://jono-rams.work"><img src="https://avatars.githubusercontent.com/u/29872001?v=4?s=100" width="100px;" alt="Jonathan Rampersad"/><br /><sub><b>Jonathan Rampersad</b></sub></a><br /><a href="https://github.com/jono-rams/surround-to-eac3/commits?author=jono-rams" title="Code">💻</a> <a href="https://github.com/jono-rams/surround-to-eac3/commits?author=jono-rams" title="Documentation">📖</a> <a href="#infra-jono-rams" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td align="center" size="13px" colspan="7">
|
||||||
|
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
|
||||||
|
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
||||||
|
</img>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- markdownlint-restore -->
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
## License
|
## 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.
|
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.
|
||||||
|
@ -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.
|
description = A CLI tool to transcode 5.1 audio in video files to E-AC3.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
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 =
|
classifiers =
|
||||||
Development Status :: 4 - Beta
|
Development Status :: 4 - Beta
|
||||||
Intended Audience :: End Users/Desktop
|
Intended Audience :: End Users/Desktop
|
||||||
|
Reference in New Issue
Block a user