From e4199c7befa94eec8acd0f51e5964324b51e04b6 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Mon, 6 Apr 2026 02:39:35 -0700 Subject: [PATCH] Fix shared template inconsistencies --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- MAINTAINERS.md | 2 +- README.md | 2 +- install.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 81b7b50..16ad28e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,9 +14,9 @@ A clear description of what the bug is. A clear explanation of how to reproduce the bug. **Environment information:** - - Docuum version: [e.g. 0.0.0] - - Docker version: [e.g. 18.09.2] - - OS: [e.g. macOS Big Sur 11.4 (20F71)] + - Docuum version: [e.g., 0.0.0] + - Docker version: [e.g., 18.09.2] + - OS: [e.g., macOS Tahoe 26.4] **Additional context** Add any other context about the problem here. diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3520deb..2f1d123 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -26,7 +26,7 @@ When setting up the repository on GitHub, configure the following settings: - `Install on macOS` - `Publish a release if applicable` -The GitHub workflow will fail initially because the jobs which test the installer script will not find any release to download. You'll need to bootstrap a release by temporarily removing those jobs or changing them to no-ops. Be aware that the `create-release` job is configured to only run on the `main` branch, so you may also need to temporarily change that depending on which branch you're working on. +The GitHub workflow will fail initially because the jobs which test the installer script will not find any release to download. You'll need to bootstrap a release by temporarily removing those jobs or changing them to no-ops. Be aware that the `publish-release` job is configured to only run on the `main` branch, so you may also need to temporarily change that depending on which branch you're working on. ### Release instructions diff --git a/README.md b/README.md index 14b8879..fb5d219 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Run `sudo systemctl enable docuum --now` to enable and start the service. You ca #### Creating an NSSM service on Windows -On Windows, [NSSM](https://nssm.cc/), the "Non-Sucking Service Manager", can be used to run Docuum as a daemon. [Install NSSM](https://nssm.cc/download) by downloading the binary and adding it to your `PATH` (see the [Installation on Windows (x86-64)](#installation-on-windows-x86-64) section for instructions on how to configure this environment variable), then run Windows Terminal _as Administrator_ and enter the following command: +On Windows, [NSSM](https://nssm.cc/), the "Non-Sucking Service Manager", can be used to run Docuum as a daemon. [Install NSSM](https://nssm.cc/download) by downloading the binary and adding it to your `PATH` (see the [Installation on Windows (AArch64 or x86-64)](#installation-on-windows-aarch64-or-x86-64) section for instructions on how to configure this environment variable), then run Windows Terminal _as Administrator_ and enter the following command: ```powershell nssm install Docuum diff --git a/install.sh b/install.sh index c4f37d4..ddcbde8 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# This installer script supports Linux and macOS machines running on x86-64 only. +# This installer script supports Linux and macOS machines running on AArch64 or x86-64. # Usage examples: # ./install.sh