2020-10-12 10:15:15 +00:00
|
|
|
# The first line must start with Bugfix:, Enhancement: or Change:,
|
2022-07-09 20:13:54 +00:00
|
|
|
# including the colon. Use present tense. Remove lines starting with '#'
|
2020-10-12 10:15:15 +00:00
|
|
|
# from this template.
|
|
|
|
Enhancement: Allow custom bar in the foo command
|
2017-12-25 21:26:56 +00:00
|
|
|
|
2020-10-12 10:15:15 +00:00
|
|
|
# Describe the problem in the past tense, the new behavior in the present
|
|
|
|
# tense. Mention the affected commands, backends, operating systems, etc.
|
|
|
|
# Focus on user-facing behavior, not the implementation.
|
2017-12-25 21:26:56 +00:00
|
|
|
|
2020-10-12 10:15:15 +00:00
|
|
|
Restic foo always used the system-wide bar when deciding how to frob an
|
|
|
|
item in the baz backend. It now permits selecting the bar with --bar or
|
|
|
|
the environment variable RESTIC_BAR. The system-wide bar is still the
|
|
|
|
default.
|
|
|
|
|
|
|
|
# The last section is a list of issue, PR and forum URLs.
|
|
|
|
# The first issue ID determines the filename for the changelog entry:
|
|
|
|
# changelog/unreleased/issue-1234. If there are no relevant issue links,
|
|
|
|
# use the PR ID and call the file pull-55555.
|
2017-12-25 21:26:56 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1234
|
|
|
|
https://github.com/restic/restic/pull/55555
|
2019-11-22 16:32:56 +00:00
|
|
|
https://forum.restic.net/foo/bar/baz
|