From 5f976ee027a4c41d2f3ee6c46fd3ed4686dca39c Mon Sep 17 00:00:00 2001 From: grinningmosfet <95435436+grinningmosfet@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:10:51 +0200 Subject: [PATCH] add a pull request template --- docs/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..9c72891 --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,9 @@ +## Changes description + + +## Checklist before requesting a review +- [ ] I have checked that my pull request's code does run flawlessly on the hardware platform under its latest firmware version before opening this pull request for review. + +## Checklist before requesting a review +- [ ] I accept that the copyright of my contribution is transferred to the contributors of this repository. +- [ ] I agree that my contribution may be published under the AGPL-3.0-or-later license.