]> git.basschouten.com Git - openhab-addons.git/commitdiff
Instruct contributors to always use "main" branch for PRs (#14574)
authorWouter Born <github@maindrain.net>
Sat, 11 Mar 2023 11:26:53 +0000 (12:26 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 11:26:53 +0000 (12:26 +0100)
* Instruct contributors to always use "main" branch for PRs
* Fix a typo too

This helps to prevent some frustration between contributors/maintainers.

Signed-off-by: Wouter Born <github@maindrain.net>
.github/PULL_REQUEST_TEMPLATE.md

index 130e6ed3b078cfa6104a9cd232457cfe68cec8e4..e9817a83a3b9f5194d1c8021adff749aa9e09aee 100644 (file)
@@ -5,10 +5,13 @@ 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.
+This can clutter your Git history and make your PR unusable.
 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
 
+All PRs should be created using the "main" branch as base.
+Important bugfixes are cherry-picked by maintainers to the patch release branch after a PR has been merged.
+
 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.