Skip to content

Commit 63f4d85

Browse files
yadvrrafaelweingartner
authored andcommitted
PULL_REQUEST_TEMPLATE: simplify and remove unpopular sections (#2876)
This removes the section from the pull request template that is not very popular or filled by the PR author. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent ea771cf commit 63f4d85

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<!-- For new features, provide link to FS, dev ML discussion etc. -->
55
<!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
66

7+
<!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
8+
<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
9+
<!-- Fixes: # -->
10+
711
## Types of changes
812
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
913
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
@@ -12,13 +16,6 @@
1216
- [ ] Enhancement (improves an existing feature and functionality)
1317
- [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
1418

15-
## GitHub Issue/PRs
16-
<!-- If this PR is to fix an issue or another PR on GH, uncomment the section and provide the id of issue/PR -->
17-
<!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
18-
<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
19-
20-
<!-- Fixes: # -->
21-
2219
## Screenshots (if appropriate):
2320

2421
## How Has This Been Tested?
@@ -27,13 +24,4 @@
2724
<!-- Include details of your testing environment, and the tests you ran to -->
2825
<!-- see how your change affects other areas of the code, etc. -->
2926

30-
## Checklist:
31-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
32-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
33-
- [ ] I have read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document.
34-
- [ ] My code follows the code style of this project.
35-
- [ ] My change requires a change to the documentation.
36-
- [ ] I have updated the documentation accordingly.
37-
- [ ] I have added tests to cover my changes.
38-
- [ ] All new and existing tests passed.
39-
27+
<!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->

0 commit comments

Comments
 (0)