From 7477065b4a812b8aff128dfde2542518d9acbc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Sat, 17 Feb 2018 01:21:34 +0100 Subject: [PATCH] Add README.contribute for how to contribute with git / salsa --- README.contribute | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.contribute diff --git a/README.contribute b/README.contribute new file mode 100644 index 0000000..ed7669b --- /dev/null +++ b/README.contribute @@ -0,0 +1,10 @@ +For occasional contributions, the preferred way to contribute to this repository is to create a branch on salsa.debian.org, create a merge request and ask for the merge request to be review on debian-desktop@lists.debian.org. + +For Debian developers and maintainers doing the tag and publication work for the package, the preferred workflow is the following. +- During development cycle: + · simply git commit, or accept merge requests +- To prepare a release: + · gbp dch -R --commit + · gbp buildpackage --git-tag +- To prepare d/changelog for the next development cycle: + · gbp dch -N new_version --commit