mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
clarify changelog expectations (#5721)
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Create and publish a Docker image / provenance (push) Blocked by required conditions
test / Linux Go 1.24.x (push) Waiting to run
test / Linux (race) Go 1.25.x (push) Waiting to run
test / Windows Go 1.25.x (push) Waiting to run
test / macOS Go 1.25.x (push) Waiting to run
test / Linux Go 1.25.x (push) Waiting to run
test / Cross Compile for subset 0/3 (push) Waiting to run
test / Cross Compile for subset 1/3 (push) Waiting to run
test / Cross Compile for subset 2/3 (push) Waiting to run
test / lint (push) Waiting to run
test / Analyze results (push) Blocked by required conditions
test / docker (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Create and publish a Docker image / provenance (push) Blocked by required conditions
test / Linux Go 1.24.x (push) Waiting to run
test / Linux (race) Go 1.25.x (push) Waiting to run
test / Windows Go 1.25.x (push) Waiting to run
test / macOS Go 1.25.x (push) Waiting to run
test / Linux Go 1.25.x (push) Waiting to run
test / Cross Compile for subset 0/3 (push) Waiting to run
test / Cross Compile for subset 1/3 (push) Waiting to run
test / Cross Compile for subset 2/3 (push) Waiting to run
test / lint (push) Waiting to run
test / Analyze results (push) Blocked by required conditions
test / docker (push) Waiting to run
This commit is contained in:
parent
f9b63050eb
commit
541eb5cfd8
1 changed files with 11 additions and 5 deletions
|
|
@ -1,14 +1,20 @@
|
|||
# The first line must start with Bugfix:, Enhancement: or Change:,
|
||||
# including the colon. Use present tense and the imperative mood. Remove
|
||||
# lines starting with '#' from this template.
|
||||
Enhancement: Allow custom bar in the foo command
|
||||
# including the colon. 'Change:' is for breaking changes only.
|
||||
# Documentation-only changes do not get a changelog entry.
|
||||
# Include the affected command in the summary if relevant.
|
||||
#
|
||||
# Use present tense and the imperative mood. Remove lines starting
|
||||
# with '#' from this template.
|
||||
Enhancement: Allow custom bar in the `foo` command
|
||||
|
||||
# Describe the problem in the past tense, the new behavior in the present
|
||||
# tense. Mention the affected commands, backends, operating systems, etc.
|
||||
# If the problem description just says that a feature was missing, then
|
||||
# only explain the new behavior.
|
||||
# Focus on user-facing behavior, not the implementation.
|
||||
# only explain the new behavior. Aim for a short and concise description.
|
||||
# Use "Restic now ..." instead of "We have changed ...".
|
||||
#
|
||||
# Focus on user-facing behavior, not the implementation. The description should
|
||||
# be understandable for a regular user without knowledge of the implementation.
|
||||
|
||||
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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue