From f463db5ac47b44f6ad1c43d257aa160e257c4bc1 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sun, 5 Jul 2020 13:40:54 -0400 Subject: [PATCH 1/2] Save an s At the source, this time... --- {{cookiecutter.project_slug}}/newsfragments/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/newsfragments/README.rst b/{{cookiecutter.project_slug}}/newsfragments/README.rst index 291bfea..4df2975 100644 --- a/{{cookiecutter.project_slug}}/newsfragments/README.rst +++ b/{{cookiecutter.project_slug}}/newsfragments/README.rst @@ -9,7 +9,7 @@ message and PR description, which are a description of the change as relevant to people working on the code itself.) Each file should be named like ``..rst``, where -```` is an issue numbers, and ```` is one of: +```` is an issue number, and ```` is one of: * ``feature`` * ``bugfix`` From 22538dd32467029ad52904bddb21eb801c2840a6 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:57:00 -0500 Subject: [PATCH 2/2] Trigger CI