diff --git a/docs/source/about/third_party_packages.rst b/docs/source/about/third_party_packages.rst index 5b63a496bdc..7877e09c7b4 100644 --- a/docs/source/about/third_party_packages.rst +++ b/docs/source/about/third_party_packages.rst @@ -38,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=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 + Legacy GitHub Repo ------------------ 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