From a05f35c747a5e3f6681a4364630e1d29a1c22edf Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:22:18 -0500 Subject: [PATCH] Add contributing guidelines and tweak PR template (#22521) * add contributing guidelines and modify PR template * update template * tweaks * add note about pinned feature requests --- .github/pull_request_template.md | 49 ++++++++++-- CONTRIBUTING.md | 129 +++++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3204244a6..05a75ca5f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,17 +1,17 @@ +_Please read the [contributing guidelines](https://github.com/blakeblackshear/frigate/blob/dev/CONTRIBUTING.md) before submitting a PR._ + ## Proposed change - ## Type of change - [ ] Dependency upgrade @@ -26,6 +26,44 @@ - This PR fixes or closes issue: fixes # - This PR is related to issue: +## For new features + + + +- [ ] There is an existing feature request or discussion with community interest for this change. + - Link: + +## AI disclosure + + + +- [ ] No AI tools were used in this PR. +- [ ] AI tools were used in this PR. Details below: + +**AI tool(s) used** (e.g., Claude, Copilot, ChatGPT, Cursor): + +**How AI was used** (e.g., code generation, code review, debugging, documentation): + +**Extent of AI involvement** (e.g., generated entire implementation, assisted with specific functions, suggested fixes): + +**Human oversight**: Describe what manual review, testing, and validation you performed on the AI-generated portions. + ## Checklist