From a925fb52d0d079d6c837778a18b4904dd3c8e500 Mon Sep 17 00:00:00 2001 From: Fabian Wolter Date: Wed, 12 Jan 2022 08:28:38 +0100 Subject: [PATCH] PR template: Update marketplace URL; add notes about rebase/labels/update.lst (#11988) Also update jfrog URL, proofreading and improve readability. Signed-off-by: Fabian Wolter --- .github/PULL_REQUEST_TEMPLATE.md | 53 ++++++++++++++++---------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a76cda014c8..130e6ed3b07 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,27 +3,29 @@ Thanks for contributing to the openHAB project! Please describe the goal and effect of your PR here. Pay attention to the below notes and to *the guidelines* for this repository. Feel free to delete any comment sections in the template (starting with " - +ATTENTION: Don't use "git merge" when working with your pull request branch! +This can clutter your Git history and make your PR unuseable. +Use "git rebase" instead. See this forum post for further details: +https://community.openhab.org/t/rebase-your-code-or-how-to-fix-your-git-history-before-requesting-a-pull/129358 - +Add one or more appropriate labels to make your PR show up in the release notes. +E.g. enhancement, bug, documentation, new binding +This can only be done by yourself if you already contributed to this repo. - +If your PR's code is not backward compatible with previous releases (which +should be avoided), add a message to the release notes by filing another PR: +https://github.com/openhab/openhab-distro/blob/main/distributions/openhab/src/main/resources/bin/update.lst + +# Title + +Provide a short summary in the *Title* above. It will show up in the release notes. +For example: +- [homematic] Improve communication with weak signal devices +- [timemachine][WIP] Initial contribution + +# Description - - +# Testing -