File: project-specific-template.expected

package info (click to toggle)
adr-tools 3.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 840 kB
  • sloc: sh: 580; makefile: 42
file content (53 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
adr init adrs
adrs/0001-record-architecture-decisions.md
mkdir -p adrs/templates
cat > adrs/templates/template.md <<EOF
# TITLE

Project specific template!

# Status

STATUS

# Info

ADR Number: NUMBER

Date: DATE

EOF
adr new Aaa Bbb
adrs/0002-aaa-bbb.md
adr new Ccc Ddd
adrs/0003-ccc-ddd.md
cat adrs/0002-aaa-bbb.md
# Aaa Bbb

Project specific template!

# Status

Accepted

# Info

ADR Number: 2

Date: 1992-01-12

cat adrs/0003-ccc-ddd.md
# Ccc Ddd

Project specific template!

# Status

Accepted

# Info

ADR Number: 3

Date: 1992-01-12