File: commit_msg_template.txt

package info (click to toggle)
trilinos 16.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 994,012 kB
  • sloc: cpp: 3,764,859; ansic: 425,011; fortran: 160,684; python: 101,476; xml: 74,329; sh: 37,044; makefile: 22,641; perl: 7,525; f90: 6,424; csh: 5,285; objc: 2,620; lex: 1,646; lisp: 810; yacc: 603; javascript: 552; awk: 364; ml: 281; php: 145
file content (23 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# A) <Package>: Imperative one-line summary about 72 chars (#WXYZ)


# B) (After 2 newlines!) Explain your changes in new paragraph (wrapped to
# about 72 chars wide).


# C) Mention related issue tickets, even for other repos, e.g. <org>/<repo>#WXYZ


# Example:
#
# MyPackage: Add great new feature foo (#1234)
#
# This new foo feature is great because no one has ever done anything as
# great as this feature.  This is great because:
#
# * We are the first group to ever think of this
# * This solves a hard problem
# * Users will love this new feature
#
# This directly addresses #1234 but it also relates to #2345, #3456, and
# other_org/other_repo#4567.