From df48d74aee0a6f49215cb38ec637113e7bc93c83 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 21 Jun 2023 14:36:19 -0400 Subject: [PATCH] Fix ADR issue template (#302) * Fix ADR issue template This changeset fixes an issue with the ADR issue template: names must be unique! Signed-off-by: Carlo Costino --- .../{create-a-new-adr.md => create-a-new-adr-from-template.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{create-a-new-adr.md => create-a-new-adr-from-template.md} (98%) diff --git a/.github/ISSUE_TEMPLATE/create-a-new-adr.md b/.github/ISSUE_TEMPLATE/create-a-new-adr-from-template.md similarity index 98% rename from .github/ISSUE_TEMPLATE/create-a-new-adr.md rename to .github/ISSUE_TEMPLATE/create-a-new-adr-from-template.md index 2689801fa..f94100417 100644 --- a/.github/ISSUE_TEMPLATE/create-a-new-adr.md +++ b/.github/ISSUE_TEMPLATE/create-a-new-adr-from-template.md @@ -1,5 +1,5 @@ --- -name: Create a new ADR +name: Create a new ADR from template about: Use this template to create a new Architectural Decision Record. title: ADR labels: documentation