Skip to content

Commit 87b9722

Browse files
committed
Small updates to developer doc.
1 parent e99868d commit 87b9722

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

doc/developer/general

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ for EVERY method, member, and argument to a member function.
77
go in .cc files, and inline methods go in .icc files. Use an include
88
directive in header files for inline methods.
99

10-
3. Files checked in to the repository trunk should at least compile.
10+
3. ALL development should be done in developer branches. Merge to the
11+
'next' branch for integration testing. Once testing is complete, merge
12+
to master. See PETSc development documentation for how we use
13+
branches.
1114

12-
4. Changes to the code that fix bugs in released code should be done
13-
in the stable branch. Those changes are then merged into the trunk
14-
(this is tricky, so please notify Brad and he will do it for you).
15-
16-
5. C++ and Python classes should have corresponding unit tests in
15+
4. C++ and Python classes should have corresponding unit tests in
1716
libtests and pytests. High-level functionality should be verified
1817
using a full-scale test.
1918

doc/developer/howto_mergefromstable.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)