From eadec38f67619e0d1122e13a0b3a12ffe39bb6d2 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 17 Jun 2022 11:23:41 +0800 Subject: [PATCH 1/5] Add Winget in Third Party Packages --- docs/source/about/third_party_packages.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/about/third_party_packages.rst b/docs/source/about/third_party_packages.rst index 5b63a496bdc..8bc83df98a5 100644 --- a/docs/source/about/third_party_packages.rst +++ b/docs/source/about/third_party_packages.rst @@ -20,6 +20,12 @@ AUR (Arch Linux User Repository) .. image:: https://img.shields.io/aur/maintainer/sunshine?style=for-the-badge&logo=archlinux :alt: AUR maintainer + +Winget +------ +.. image:: https://repology.org/badge/version-for-repo/winget/sunshine.svg?header=Winget + :alt: Winget Version + :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine Chocolatey ---------- From e9f068c621f4cea8484e8c2700851a0f2578c144 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Sat, 18 Jun 2022 12:26:23 +0800 Subject: [PATCH 2/5] Fix and arrange Winget badge --- docs/source/about/third_party_packages.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/about/third_party_packages.rst b/docs/source/about/third_party_packages.rst index 8bc83df98a5..d10226b08c7 100644 --- a/docs/source/about/third_party_packages.rst +++ b/docs/source/about/third_party_packages.rst @@ -20,12 +20,6 @@ AUR (Arch Linux User Repository) .. image:: https://img.shields.io/aur/maintainer/sunshine?style=for-the-badge&logo=archlinux :alt: AUR maintainer - -Winget ------- -.. image:: https://repology.org/badge/version-for-repo/winget/sunshine.svg?header=Winget - :alt: Winget Version - :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine Chocolatey ---------- @@ -44,6 +38,12 @@ Scoop :alt: Scoop Version (extras bucket) :target: https://scoop.sh/#/apps?s=0&d=1&o=true&q=sunshine +Winget +------ +.. image:: https://img.shields.io/badge/dynamic/xml?color=blue&label=Winget&style=for-the-badge&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft + :alt: Winget Version + :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine + Legacy GitHub Repo ------------------ From fcb03cf2b96c098ca074bd0c675baadc60bffb28 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Sat, 18 Jun 2022 12:32:55 +0800 Subject: [PATCH 3/5] Change badge color to orange --- docs/source/about/third_party_packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/about/third_party_packages.rst b/docs/source/about/third_party_packages.rst index d10226b08c7..3a11d863526 100644 --- a/docs/source/about/third_party_packages.rst +++ b/docs/source/about/third_party_packages.rst @@ -40,7 +40,7 @@ Scoop Winget ------ -.. image:: https://img.shields.io/badge/dynamic/xml?color=blue&label=Winget&style=for-the-badge&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft +.. image:: https://img.shields.io/badge/dynamic/xml?color=orange&label=Winget&style=for-the-badge&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft :alt: Winget Version :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine From a8c744292127bd6418a64dbb952c11dc7d538a84 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 18 Jun 2022 13:02:38 +0800 Subject: [PATCH 4/5] Add etiquette tip in Contributing section --- docs/source/contributing/contributing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/contributing/contributing.rst b/docs/source/contributing/contributing.rst index d9f5106f398..dfd2e080791 100644 --- a/docs/source/contributing/contributing.rst +++ b/docs/source/contributing/contributing.rst @@ -2,6 +2,11 @@ Contributing ============ + +.. Tip:: If this is your first time contributing to an open source project, it is a good idea to read + MDN's `Basic etiquette for open source projects`_ first. There are a few best practices to adopt that will help + ensure that you and the other project contributors feel valued and safe, and stay productive. + #. Fork the repo on GitHub #. Create a new branch for the feature you are adding or the issue you are fixing @@ -30,3 +35,5 @@ Contributing - Were documentation blocks updated for new or modified components? .. Note:: Developers and maintainers will attempt to assist with challenging issues. + +.. _Basic etiquette for open source projects: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Open_source_etiquette From 16af600fa23fead9daafc5326b355d49bd75fd20 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 18 Jun 2022 14:13:03 +0800 Subject: [PATCH 5/5] Add `v` prefix to Winget badge --- docs/source/about/third_party_packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/about/third_party_packages.rst b/docs/source/about/third_party_packages.rst index 3a11d863526..7877e09c7b4 100644 --- a/docs/source/about/third_party_packages.rst +++ b/docs/source/about/third_party_packages.rst @@ -40,7 +40,7 @@ Scoop Winget ------ -.. image:: https://img.shields.io/badge/dynamic/xml?color=orange&label=Winget&style=for-the-badge&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft +.. image:: https://img.shields.io/badge/dynamic/xml?color=orange&label=Winget&style=for-the-badge&prefix=v&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft :alt: Winget Version :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine