From adbad124782a17db42449e5ccb164e855d231b98 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 11 Aug 2025 22:21:49 +0200 Subject: [PATCH] github templates: fix typos and grammar --- .github/ISSUE_TEMPLATE.md | 36 +++++++++++++++++------------------ .github/PULL_REQUEST_TEMPLATE | 10 +++++----- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 455c8535b..1e55fc065 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,56 +1,54 @@ -## Have you checked borgbackup docs, FAQ, and open GitHub issues? +## Have you checked the BorgBackup docs, FAQ, and open GitHub issues? No -## Is this a BUG / ISSUE report or a QUESTION? +## Is this a bug/issue report or a question? -Invalid +Bug/Issue/Question -## System information. For client/server mode post info for both machines. +## System information. For client/server mode, post info for both machines. -#### Your borg version (borg -V). +#### Your Borg version (borg -V). #### Operating system (distribution) and version. -#### Hardware / network configuration, and filesystems used. +#### Hardware/network configuration and filesystems used. -#### How much data is handled by borg? +#### How much data is handled by Borg? -#### Full borg commandline that lead to the problem (leave away excludes and passwords) +#### Full Borg command line that led to the problem (leave out excludes and passwords). ## Describe the problem you're observing. #### Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue. -#### Include any warning/errors/backtraces from the system logs +#### Include any warnings/errors/backtraces from the system logs diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index f01ff53c6..d940a67be 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,8 +1,8 @@ -Thank you for contributing code to Borg, your help is appreciated! +Thank you for contributing code to Borg; your help is appreciated! -Please, before you submit a pull request, make sure it complies with the -guidelines given in our documentation: +Before you submit a pull request, please make sure it complies with the +guidelines in our documentation: -https://borgbackup.readthedocs.io/en/latest/development.html#contributions +https://borgbackup.readthedocs.io/en/stable/development.html#contributions -**Please remove all above text before submitting your pull request.** +**Please remove the text above before submitting your pull request.**