From be663f2cf57db07e11832f9af24f43bd9deebc31 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:38:27 -0500 Subject: [PATCH] [github] add PR template (#458) --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..84baaf96 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +## Pull-Request requirements +- Adhere to https://betaflight.com/docs/development/manufacturer/requirements-for-submission-of-targets. +- Pull-Request only from a custom branch, not `master`. +- Replace this text with details of your own. \ No newline at end of file