From 03184d6e108b2d3726a199a1607b2dfbe63fdae1 Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Wed, 27 Oct 2021 14:50:20 +0530 Subject: [PATCH] (chore) pull request template- base revision Signed-off-by: Raju Udava --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..e449d8f5d5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Change Summary + +Provide summary of changes with issue number if any. + +## Change type + +- [ ] feat: (new feature for the user, not a new feature for build script) +- [ ] fix: (bug fix for the user, not a fix to a build script) +- [ ] docs: (changes to the documentation) +- [ ] style: (formatting, missing semi colons, etc; no production code change) +- [ ] refactor: (refactoring production code, eg. renaming a variable) +- [ ] test: (adding missing tests, refactoring tests; no production code change) +- [ ] chore: (updating grunt tasks etc; no production code change) + +## Test/ Verification + +Provide summary of changes. + +## Additional information / screenshots (optional) + +Anything for maintainers to be made aware of