Update pull request template to suggest creating a discussion (#16669)

* Update pull request template to suggest creating a discussion for large changes

* Update template

* Ignore github changes
This commit is contained in:
Nicolas Mowen 2025-02-18 09:17:18 -07:00 committed by GitHub
parent 81b873dead
commit c819961cc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## Proposed change
<!--
Thank you!
If you're introducing a new feature or significantly refactoring existing functionality,
we encourage you to start a discussion first. This helps ensure your idea aligns with
Frigate's development goals.
Describe what this pull request does and how it will benefit users of Frigate.
Please describe in detail any considerations, breaking changes, etc. that are
made in this pull request.

View File

@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- "docs/**"
- ".github/**"
env:
DEFAULT_PYTHON: 3.11