From 0124449307f6ca879212cca8aeb7cf8854386a3f Mon Sep 17 00:00:00 2001 From: Arthur McLain Date: Wed, 29 Jan 2025 14:31:48 +0100 Subject: [PATCH] Add more info about the open-source projects --- contributing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contributing.md b/contributing.md index 4ecd897..c7640f5 100644 --- a/contributing.md +++ b/contributing.md @@ -27,6 +27,14 @@ Example: - The icons (emojis) should go after the description. There is a reference table at the top of the README file. +- When the app is open-source, make the 🟢 icon a link to the source code of the project. If the app has a separate +website, use it as the link for the app name. Otherwise use the source code link for both the name and the icon. Example: + +``` +- [Neovim](https://neovim.io) - Advanced Vim-based text editor with improved extensibility, plugins, and modern features. 🪟 🍎 🐧 [🟢](https://github.com/neovim/neovim) +- [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium) - Privacy-focused Chromium with Google services removed. 🪟 🍎 🐧 [🟢](https://github.com/ungoogled-software/ungoogled-chromium) +``` + - ONLY add your app or make any changes to the README.md file. All other files are auto-generated. - To add a new category, just make it following the rules for the other ones in the file. DO NOT change anything in the Table of Contents as it is auto-generated. After you make a new category, it will be automatically added in the contents later on.