From d8dbde032a7410bfbf8b985b43d77bedc5a832ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 24 Nov 2021 10:18:09 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c2ab3a..f725b46 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,19 +6,25 @@ We try to keep the script as short as possible, and with more than 300 labels, w ## Labels -If you need a new label, please take a look at the tutorials in the Wiki, if those can be helpful for starting out on the creation of the label. +If you need a new label for a piece of software, please take a look at the tutorials in the Wiki, if those can be helpful for starting out on the creation of the label. -We really encourage you to try out finding the __version__ of the app online, so that `appNewVersion` can be filled in the label. It helps a lot when the software needs update, and greatly improve user experience. +We expect you to try out finding the __version__ of the software online, so that `appNewVersion` can be filled in the label. It helps a lot when the software needs update, and greatly improve user experience. -Please document what you found out about the __version__ of the software if it's not included. We will ask about this if it was not included. +Please document what you found out about the __version__ of the software if it's not included. We will not accept a new label if this is not documented, we will ask about this if it was not included. This is very important for the quality and reliability of Installomator. When creating a new label, please file a pull request (PR). And feel free to ask questions or make your comments about what else is needed, if we should take a look at the label, or help out in finding the version or isolating URLs or anything else. -Please include the log of installing this label in the description. +Please include the log of installing this label in the description, like this: +``` +% /Users/st/Documents/GitHub/Installomator/utils/assemble.sh software +2021-11-24 10:07:19 software ################## Start Installomator v. 0.8.0 +2021-11-24 10:07:19 software ################## software +2021-11-24 10:07:19 software DEBUG mode 1 enabled. +``` Please have one label per PR, so we can separate these. Also if you change/fix a label. -Thank you very much! +Thank you very much for your contribution! ## Issues