Skip to content

Commit b9077cd

Browse files
committed
updated the base template
1 parent 77bd76c commit b9077cd

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

_release-notes/template.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ title: vX.X Release Notes (template)
2222
{% include metrics-phing.md %}
2323

2424
* Lines of Code: XXX (XXX of comments, XXX of code)
25-
* Overall Cyclomatic Complexity/LoC: XXX
26-
* Classes: XXX (XXX Concrete, XXX Abstract, XXX Interfaces)
25+
* Cyclomatic Complexity:
26+
* Per Class: XXX (min: XXX, max: XXX)
27+
* Per Method: XXX (min: XXX, max: XXX)
28+
* Per Line of Code: XXX
29+
* Interfaces: XXX
30+
* Traits: XXX
31+
* Classes: XXX (XXX Concrete, XXX Abstract)
2732
* Lines of Code/Class: XXX
2833
* Class Constants: XXX
2934
* Methods:XXX (XXX static, XXX non-static)
35+
* Public: XXX
36+
* Protected: XXX
37+
* Private: XXX
3038
* Lines of Code/Method: XXX
31-
* Cyclomatic Complexity/Number of Methods: XXX
3239
* Functions: XXX
3340
* Constants: XXX
3441
* Test Classes: XXX

0 commit comments

Comments
 (0)