From 1ad04cbc9b165411b2e0c01cce598f1ef52b7b41 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 19 Mar 2018 11:40:57 +0530 Subject: [PATCH] CLOUDSTACK-10330: Add PULL_REQUEST_TEMPLATE (#2489) This adds a standard pull request template. Signed-off-by: Rohit Yadav --- PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..8a5a30fdb54 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ +## Description + + + + + +## Types of changes + +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Enhancement (improves an existing feature and functionality) +- [ ] Cleanup (Code refactoring and cleanup, that may add test cases) + +## Screenshots (if appropriate): + +## How Has This Been Tested? + + + + + +## Checklist: + + +- [ ] I have read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. + + +@blueorangutan package