From d6f5ceb74f5b659f7e5518eb0e9d1d26e90410de Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 8 Sep 2023 10:24:11 -0700 Subject: [PATCH] Separate SPDX to separate files for markdown --- .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md.license | 3 +++ .github/ISSUE_TEMPLATE/new_board_request.md | 4 ---- .github/ISSUE_TEMPLATE/new_board_request.md.license | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md.license create mode 100644 .github/ISSUE_TEMPLATE/new_board_request.md.license diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4393365..4e72436 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,10 @@ +<<<<<<< Updated upstream +======= +>>>>>>> Stashed changes --- name: 🚀 Feature Request about: Suggest an idea for this project diff --git a/.github/ISSUE_TEMPLATE/feature_request.md.license b/.github/ISSUE_TEMPLATE/feature_request.md.license new file mode 100644 index 0000000..780b7a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md.license @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT diff --git a/.github/ISSUE_TEMPLATE/new_board_request.md b/.github/ISSUE_TEMPLATE/new_board_request.md index f3658d5..6190a2c 100644 --- a/.github/ISSUE_TEMPLATE/new_board_request.md +++ b/.github/ISSUE_TEMPLATE/new_board_request.md @@ -1,7 +1,3 @@ - --- name: 🚀 New Board Request about: Request Support for a New Board diff --git a/.github/ISSUE_TEMPLATE/new_board_request.md.license b/.github/ISSUE_TEMPLATE/new_board_request.md.license new file mode 100644 index 0000000..780b7a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_board_request.md.license @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT -- 2.49.0