Skip to content

Commit 1ad04cb

Browse files
authored
CLOUDSTACK-10330: Add PULL_REQUEST_TEMPLATE (#2489)
This adds a standard pull request template. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 30175d6 commit 1ad04cb

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Description
2+
<!--- Describe your changes in detail -->
3+
4+
<!-- For new features, provide link to FS, dev ML discussion etc. -->
5+
<!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
6+
7+
## Types of changes
8+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
9+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] Enhancement (improves an existing feature and functionality)
13+
- [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
14+
15+
## Screenshots (if appropriate):
16+
17+
## How Has This Been Tested?
18+
19+
<!-- Please describe in detail how you tested your changes. -->
20+
<!-- Include details of your testing environment, and the tests you ran to -->
21+
<!-- see how your change affects other areas of the code, etc. -->
22+
23+
## Checklist:
24+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
25+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
26+
- [ ] I have read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document.
27+
- [ ] My code follows the code style of this project.
28+
- [ ] My change requires a change to the documentation.
29+
- [ ] I have updated the documentation accordingly.
30+
- [ ] I have added tests to cover my changes.
31+
- [ ] All new and existing tests passed.
32+
33+
<!-- The following will kick a packaging job, remove if as applicable -->
34+
@blueorangutan package

0 commit comments

Comments
 (0)