From 7a9e7f9c4178a21fdd3c570b11c466ff6275ee7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:37:17 +0100 Subject: [PATCH] Enhance contributing guidelines for pull requests Added guidelines for creating pull requests from a fork. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3812c471..77cb51e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,13 @@ Here are a few suggestions to make it easier for you to contribute! +### PR from a branch in your own fork +Start your pull request (PR) in a branch of your own fork. Don't make a PR directly from your main branch. +This lets you update your PR if needed, while you can work on other tasks in 'main' or in other branches. + +Tip: When viewing a file in `wled/WLED`, click on the "pen" icon and start making changes. +When you chose to 'Commit changes', GitHub will automatically create a PR from your fork. + ### Describe your PR Please add a description of your proposed code changes. It does not need to be an exhaustive essay, however a PR with no description or just a few words might not get accepted, simply because very basic information is missing.