From 41ab84eba8a03df6cb2ba64fe132a5546cb9bcb2 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:11:34 +0200 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..50edb99a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Description + +*Please explain here what feature or bugfix these changes are addressing and why they should be included* + +## All submissions + +* [ ] there are no other open [Pull Requests](../../../pulls) for the same update/change +* [ ] Bromite can be built with these changes +* [ ] I have tested that the new change works as intended (AVD or physical device will do) + +### Format + +* [ ] patch subject and filename match (e.g. `Subject: Alternative cache (NIK-based)` -> `Alternative-cache-NIK-based.patch`) +* [ ] patch description contains explanation of changes +* [ ] no unnecessary whitespace or unrelated changes