From 07d32dde20d4ab25278436f7fb1cefb661569e59 Mon Sep 17 00:00:00 2001 From: JeremyFriesenGitHub Date: Sun, 8 Sep 2024 20:11:29 -0400 Subject: [PATCH] chore(root): update github issues --- .github/ISSUE_TEMPLATE/architectural-design-record--adr-.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/architectural-design-record--adr-.md b/.github/ISSUE_TEMPLATE/architectural-design-record--adr-.md index 85e08ac6..d14ac643 100644 --- a/.github/ISSUE_TEMPLATE/architectural-design-record--adr-.md +++ b/.github/ISSUE_TEMPLATE/architectural-design-record--adr-.md @@ -1,7 +1,7 @@ --- name: Architectural Design Record (ADR) about: Share your design record here -title: "[ADR]: " +title: "[ADR]: description" labels: 'documentation' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bfda05eb..b28d79c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]: " +title: "[BUG]: description" labels: 'bug' assignees: ''