From 0af3f540efcfb04a635d466db5c1af8a14e6e772 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 13:58:53 -0500 Subject: [PATCH] Apply update_template patch --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 01ab166..c34b823 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -33,7 +33,7 @@ Please give a summary of the tests that you added to verify your changes. # Checklist: -- [ ] My code follows the style guidelines of this project. Please run `using JuliaFormatter; format(".")` in the base directory of the repository (`~/.julia/dev/FunctionImplementations`) to format your code according to our style guidelines. +- [ ] My code follows the style guidelines of this project. Please run the [ITensorFormatter](https://github.com/ITensor/ITensorFormatter.jl) in the base directory of the repository (`~/.julia/dev/FunctionImplementations`) to format your code according to our style guidelines. - [ ] I have performed a self-review of my own code. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have added tests that verify the behavior of the changes I made. diff --git a/Project.toml b/Project.toml index 7cd6b65..c092afb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.10" +version = "0.4.11" authors = ["ITensor developers and contributors"] [workspace]