mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-22 13:47:29 +02:00
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:
parent
81b873dead
commit
c819961cc8
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -1,5 +1,11 @@
|
|||||||
## Proposed change
|
## 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.
|
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
|
Please describe in detail any considerations, breaking changes, etc. that are
|
||||||
made in this pull request.
|
made in this pull request.
|
||||||
|
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
|
- ".github/**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_PYTHON: 3.11
|
DEFAULT_PYTHON: 3.11
|
||||||
|
Loading…
Reference in New Issue
Block a user