From d2c6cc9f7265dd45ec03625921e4522d81110659 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 27 Jan 2025 14:57:31 -0800 Subject: [PATCH] chore: Add pull request template Borrowed the one from vectordotdev/vector and adapted it. Signed-off-by: Jesse Szwedko --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..6553ef09 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Summary + + +## Change Type +- [ ] Bug fix +- [ ] New feature +- [ ] Non-functional (chore, refactoring, docs) +- [ ] Performance + + +## How did you test this PR? + + +## References + + + + + +