From 83f8da88b46803be17d708a3d3fce0ef807dd0d4 Mon Sep 17 00:00:00 2001 From: J Blackman Date: Thu, 16 May 2024 15:23:02 +1000 Subject: [PATCH] Update pull_request_template.md - Advise of no new targets (#1323) --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 035bee808..eb3625e2c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,9 @@ +> [!IMPORTANT] +> +> Unified-Targets are being sunsetted in favor of Target Configuration (config.h) files. Please see https://betaflight.com/docs/development/manufacturer/creating-configuration for creating targets in the https://github.com/betaflight/config repository. +> +> NO new unified targets will be accepted, please ensure you are only updating an existing target with your PR + ## Important considerations when opening a pull request: 1. For all pull requests that add or update a Unified Target configuration, please read and follow [these instructions](https://github.com/betaflight/betaflight/blob/master/docs/TargetMaintenance/CreatingAUnifiedTarget.md).