mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-01 14:13:19 +02:00
18 lines
556 B
Markdown
18 lines
556 B
Markdown
<!--
|
|
Thank you for contributing to BorgBackup!
|
|
|
|
Please make sure your PR complies with our contribution guidelines:
|
|
https://borgbackup.readthedocs.io/en/latest/development.html#contributions
|
|
-->
|
|
|
|
## Description
|
|
|
|
<!-- What does this PR do? Reference any related issues with "fixes #XXXX". -->
|
|
|
|
|
|
## Checklist
|
|
|
|
- [ ] PR is against `master` (or maintenance branch if only applicable there)
|
|
- [ ] New code has tests and docs where appropriate
|
|
- [ ] Tests pass (run `tox` or the relevant test subset)
|
|
- [ ] Commit messages are clean and reference related issues
|