Add PR template mentioning v1 is feature-frozen

Should prevent efforts like #4244 going to waste in the future.
This commit is contained in:
Lonami 2023-11-09 17:04:05 +01:00 committed by GitHub
parent 6ccd6b0a41
commit 308f8e8bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,5 @@
<!--
Thanks for the PR! Please keep in mind that v1 is *feature frozen*.
New features very likely won't be merged, although fixes can be sent.
All new development should happen in v2. Thanks!
-->