From 2aa9afaa2c782d72a23ad3b505a9d08f9e307bc7 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:55:26 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ed6b41..9e80650 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -192,12 +192,13 @@ Add your feature to the `"Features"` array in `Config/Features.json`: "ToolTip": "Detailed explanation of what this feature does and its impact.", "Category": "Privacy & Suggested Content", "Priority": 1, - "Action": "Disable", "RegistryKey": "Disable_YourFeature.reg", - "ApplyText": "Disabling your feature...", - "UndoAction": "Enable", + "ApplyText": "Disabling your feature", + "UndoLabel": "Short description for the undo", + "ApplyUndoText": "Enabling your feature", "RegistryUndoKey": "Enable_YourFeature.reg", "RequiresReboot": false, + "DisableWhenApplied": false, "MinVersion": null, "MaxVersion": null }