From 2ea3bdaa3e38d7adf24fefa22507ef6353decbee Mon Sep 17 00:00:00 2001 From: adi1090x Date: Sat, 9 Oct 2021 08:41:50 +0530 Subject: [PATCH] added templates --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 81298102..2d7cc50a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,15 @@ Please include a summary of the change and which issue is fixed. Please provide Fixes # (issue) +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + ## User Impact Please describe any user facing impact of this change. This can be positive or negative impact.