aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: a6a66da4921c01b4855c614e9ffc91b4ac6bbc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
See HACKING in the subsys-context-doc package for general coding guide
lines.

There are some ContextKit specific additions:

- Packaging is done in the "pkg-master" branch, "master" is kept free
  from packaging bits.

  You should merge "master" into "pkg-master" from time to time.
  Never merge "pkg-master" into "master".  If you want to move changes
  from "pkg-master" back to "master", cherry-pick them.

- Package releases are also made from "pkg-master", of course.

  Merge "master" into "pkg-master" and test, fixing any package
  related things.

  Then make a release tag as explained in subsys-context-doc/HACKING.