From be43f16347e4d7e20456ae8fac76c383fa0f6539 Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Wed, 23 Aug 2023 12:17:54 +0100 Subject: [PATCH] docs: add pull_request_template.md --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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 0000000000..269c0b7759 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# Description + +Include a summary of the changes here. + +## Checklist + +- [ ] Self-review code. +- [ ] Evaluate impact on the documentation. +- [ ] Ensure test coverage. +- [ ] Write new samples.