From 9e437a766d30f4f1d445b14640e4aa825575a29c Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Mon, 4 Mar 2024 12:18:44 -0600 Subject: [PATCH] Use a YAML comment for the license info as suggested by Ladislav (#791) Signed-off-by: Scott M Stark --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- .github/ISSUE_TEMPLATE/compatibility-certification-request.md | 4 +--- .github/ISSUE_TEMPLATE/feature_request.md | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5dcc13a8..87467924 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,5 @@ - --- +# SPDX-License-Identifier: Apache-2.0 name: Bug report about: Create a report to help us improve title: '' diff --git a/.github/ISSUE_TEMPLATE/compatibility-certification-request.md b/.github/ISSUE_TEMPLATE/compatibility-certification-request.md index 18b6f3d8..17e70309 100644 --- a/.github/ISSUE_TEMPLATE/compatibility-certification-request.md +++ b/.github/ISSUE_TEMPLATE/compatibility-certification-request.md @@ -1,7 +1,5 @@ - --- +# SPDX-License-Identifier: Apache-2.0 name: Compatibility certification request about: Request certification of a compatibile implementation of Jakarta EE title: Compatibility certification request [CDI] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a3eb22be..62e0b123 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,5 @@ - --- +# SPDX-License-Identifier: Apache-2.0 name: Feature request about: Suggest an idea for this project title: ''