diff --git a/.github/ISSUE_TEMPLATE/module_testing.md b/.github/ISSUE_TEMPLATE/module_testing.md
deleted file mode 100644
index 85b886d536c..00000000000
--- a/.github/ISSUE_TEMPLATE/module_testing.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-name: Module Testing
-about: Create a module testing report
-title: '[Manual Testing] '
-labels: 24.0.0-testing
-
----
-
-## Tasks:
-- [ ] Review issues from previous release testing
-### Documentation Tasks
- - [ ] Update test plans
- - [ ] Review/update module READMEs (Interactions, configurations, permissions, widgets, …)
- - [ ] Check user help content for accuracy and formatting (front end)
-### Testing Tasks
- - [ ] Follow test plan (SEPARATE TICKETS)
- - [ ] Check if automated tests are up to date
- - [ ] Make sure RB is complete
-### Standards: Make sure the latest standards are upheld
-*Check the boxes below only if the statements are true !*
- - [ ] No ajax dir
- - [ ] Data framework implemented
- - [ ] React (no templates directory)
- - [ ] Widgets (If module contains candidate information, at least 1 widget is implemented for the candidate profile module)
-
-## Issues
- - **list related issues/bugs here**
-
-## Comments
- - **insert comments here**
-
-## Status
- - [ ] Testing COMPLETE
- - [ ] Partially Tested
- - [ ] Could Not Test (please specify reasons in comment)
diff --git a/README.md b/README.md
index b63c18ee1f6..cba522a0958 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web app
* Try the LORIS demo instance at https://demo.loris.ca.
-This Readme covers installation of LORIS version 24.1 on Ubuntu.
+This Readme covers installation of LORIS version 25.0 on Ubuntu.
([CentOS Readme also available](docs/wiki/00_SERVER_INSTALL_AND_CONFIGURATION/01_LORIS_Install/CentOS/README.md)).
diff --git a/docs/wiki/99_Developers/Alternative_Install/Nix.md b/docs/wiki/99_Developers/Alternative_Install/Nix.md
index 519375bead6..08305c13f44 100644
--- a/docs/wiki/99_Developers/Alternative_Install/Nix.md
+++ b/docs/wiki/99_Developers/Alternative_Install/Nix.md
@@ -2,8 +2,8 @@
## Overview
-As of the latest development branch (to be LORIS 24.0), LORIS includes a
-configuration file for [nix-shell](https://nixos.org/manual/nix/stable/#sec-nix-shell)
+As of LORIS 24.0, LORIS includes a configuration file for
+[nix-shell](https://nixos.org/manual/nix/stable/#sec-nix-shell)
of [NixOS/the Nix package manager](https://nixos.org/). This allows Nix users to
quickly set up an appropriate development environment with all LORIS development
dependencies installed in the user's path.