Просмотр исходного кода

Add a PR template

Try to improve PR submissions to speed the reviews up
Jason Rumney 1 месяц назад
Родитель
Сommit
8af2dd00a4
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      .github/pull_request_template.md

+ 9 - 0
.github/pull_request_template.md

@@ -0,0 +1,9 @@
+- Please submit each new device as a separate PR on its own branch.
+- Please submit additional translations separately from device submissions, after review of whether any existing translations can be used instead.
+- Please do not update DEVICES.md or ACKNOWLEDGEMENTS.md as part of your submission, as these files have high risk of conflicts.
+- Once submitted, do not force push your branch unless it is necessary for conflict resolution.
+- If submitting a code change, please submit a bug report first making it clear what the issue is that you are fixing, and link the report to your PR.
+- If using AI to code your changes, you must understand what the AI has done. Vibe coded contributions without understanding by the submitter take up a lot of review time and will be deprioritized.
+- PRs with all CI errors and warnings fixed will be prioritized, so please fix what you can (unless the error is outside the scope of your change).
+
+Please describe in simple terms what you are submitting. Do not paste a multi-page AI generated rambling story here, as the maintainers do not have time to read that.