Skip to content

Commit

Permalink
Add Winget in Third Party Packages (#207)
Browse files Browse the repository at this point in the history
* Add Winget in Third Party Packages
* Add etiquette tip in Contributing section

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
sitiom and ReenigneArcher authored Jun 18, 2022
1 parent d336de6 commit e45452b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/about/third_party_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down
7 changes: 7 additions & 0 deletions docs/source/contributing/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit e45452b

Please sign in to comment.