* .github/ISSUE_TEMPLATE.txt, .github/PULL_REQUEST_TEMPLATE.txt: fix typo "coreitils" in the URL to the bug tracker. --- .github/ISSUE_TEMPLATE.txt | 2 +- .github/PULL_REQUEST_TEMPLATE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.txt b/.github/ISSUE_TEMPLATE.txt index d5e57c325..1f36cf27a 100644 --- a/.github/ISSUE_TEMPLATE.txt +++ b/.github/ISSUE_TEMPLATE.txt @@ -28,7 +28,7 @@ Before reporting a new bug, please check the following resources: https://lists.gnu.org/archive/html/bug-coreutils/ * Open Bugs: - https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreitils + https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils * Translation related issues: https://translationproject.org/domain/coreutils.html diff --git a/.github/PULL_REQUEST_TEMPLATE.txt b/.github/PULL_REQUEST_TEMPLATE.txt index 69cfa13b8..e14016732 100644 --- a/.github/PULL_REQUEST_TEMPLATE.txt +++ b/.github/PULL_REQUEST_TEMPLATE.txt @@ -36,7 +36,7 @@ contributing to the GNU Project, please read * Bug reports Mailing List: https://lists.gnu.org/archive/html/bug-coreutils/ -* Open Bugs: https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreitils +* Open Bugs: https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils * Translation related issues: https://translationproject.org/domain/coreutils.html -- 2.15.1