From 349151d3a1fe61fbb965d57ecdd4555d1d99cbb3 Mon Sep 17 00:00:00 2001 From: amit padmani Date: Thu, 31 Aug 2023 20:04:00 +0530 Subject: [PATCH] docs: create pull request template Signed-off-by: amit padmani --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..d718d1c7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +### Summary +your changes text, screenshot or small recording + +### Issue ticket number and link +add ticket link + +### Checklist before requesting a review +- [ ] All commits contain a DCO Signed-off-by line (we use the DCO GitHub app to enforce this). +- [ ] Self-review of code & No unnecessary commented-out code. +- [ ] All existing functionality remain intact. +- [ ] Updated the README if necessary.. +- [ ] No hard-coded sensitive information. \ No newline at end of file