diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..77c2af9 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,57 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "sonroyaalmerol", + "name": "Son Roy Almerol", + "avatar_url": "https://avatars.githubusercontent.com/u/17176864?v=4", + "profile": "https://paypal.me/saalmerol", + "contributions": [ + "infra", + "test", + "doc", + "code" + ] + }, + { + "login": "andjos", + "name": "Anders Josefsson", + "avatar_url": "https://avatars.githubusercontent.com/u/15799439?v=4", + "profile": "https://github.com/andjos", + "contributions": [ + "doc", + "code" + ] + }, + { + "login": "blackwhitebear8", + "name": "blackwhitebear8", + "avatar_url": "https://avatars.githubusercontent.com/u/45701225?v=4", + "profile": "https://pixelhosting.nl", + "contributions": [ + "code" + ] + }, + { + "login": "kpirnie", + "name": "Kevin Pirnie", + "avatar_url": "https://avatars.githubusercontent.com/u/48323656?v=4", + "profile": "https://kevinpirnie.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "m3u-stream-merger-proxy", + "projectOwner": "sonroyaalmerol" +} diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index 39d8e13..2aff2b8 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -3,8 +3,12 @@ name: Developer image on: # yamllint disable-line rule:truthy push: branches: [main] - paths-ignore: - - '**/README.md' + paths: + - '**.go' + - 'Dockerfile' + - '**.sh' + - 'go.mod' + - 'go.sum' jobs: push: diff --git a/README.md b/README.md index dd76cdd..65843ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 📡 M3U Stream Merger Proxy [![Codacy Badge](https://app.codacy.com/project/badge/Grade/15a1064c638d4402931fe633b2baa51d)](https://app.codacy.com/gh/sonroyaalmerol/m3u-stream-merger-proxy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Docker Pulls](https://img.shields.io/docker/pulls/sonroyaalmerol/m3u-stream-merger-proxy.svg)](https://hub.docker.com/r/sonroyaalmerol/m3u-stream-merger-proxy/) [![](https://img.shields.io/docker/image-size/sonroyaalmerol/m3u-stream-merger-proxy)](https://img.shields.io/docker/image-size/sonroyaalmerol/m3u-stream-merger-proxy) [![Release Images](https://github.com/sonroyaalmerol/m3u-stream-merger-proxy/actions/workflows/release.yml/badge.svg)](https://github.com/sonroyaalmerol/m3u-stream-merger-proxy/actions/workflows/release.yml) [![Developer Images](https://github.com/sonroyaalmerol/m3u-stream-merger-proxy/actions/workflows/developer.yml/badge.svg)](https://github.com/sonroyaalmerol/m3u-stream-merger-proxy/actions/workflows/developer.yml) [![Discord](https://img.shields.io/discord/1274826220596625603?logo=discord&label=Discord&link=https%3A%2F%2Fdiscord.gg%2Fb2hVjRvkcj)](https://discord.com/invite/b2hVjRvkcj) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + > [!WARNING] > This repo is currently in heavy development. Expect major changes on every release until the first stable release, `1.0.0`. @@ -156,6 +159,16 @@ Huge thanks to those who donated for the development of this project! +
Son Roy Almerol 🚇 ⚠️ 📖 💻 |
+ Anders Josefsson 📖 💻 |
+ blackwhitebear8 💻 |
+ Kevin Pirnie 💻 |
+