Skip to content

Commit 41a52c5

Browse files
committed
Add branch warning to readme
1 parent f135e79 commit 41a52c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ To develop your own addon:
77

88
* https://gramps-project.org/wiki/index.php?title=Addons_development
99

10+
Note: The default git branch is `master`. The master branch should only be used to develop addons that require features or changes found in the Gramps master branch. Most of the time addons should be developed to work with the current released version of Gramps (`maintenance/gramps51` for the Gramps 5.1.x versions for example).
11+
12+
So use care when creating your addon to base off of the correct branch, and also to select the correct branch when creating a PR on Github.
13+
1014
Usage
1115
=====
1216

0 commit comments

Comments
 (0)