You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/10/15 18:35:25 UTC

[cloudstack] branch master updated (ebc6b2f -> 272167c)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from ebc6b2f  Remove push force test file
     add 63f4d85  PULL_REQUEST_TEMPLATE: simplify and remove unpopular sections (#2876)
     new 272167c  merge forward #2876 -- PULL_REQUEST_TEMPLATE simplification

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PULL_REQUEST_TEMPLATE.md | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)


[cloudstack] 01/01: merge forward #2876 -- PULL_REQUEST_TEMPLATE simplification

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 272167c3b3d486a97bda43c5af204f5432d645bf
Merge: ebc6b2f 63f4d85
Author: Rafael Weingärtner <ra...@gmail.com>
AuthorDate: Mon Oct 15 15:33:13 2018 -0300

    merge forward #2876 -- PULL_REQUEST_TEMPLATE simplification

 PULL_REQUEST_TEMPLATE.md | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --cc PULL_REQUEST_TEMPLATE.md
index cf1f6a2,a7c739d..c56bc98
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@@ -15,27 -19,9 +19,9 @@@
  ## Screenshots (if appropriate):
  
  ## How Has This Been Tested?
--
  <!-- Please describe in detail how you tested your changes. -->
  <!-- Include details of your testing environment, and the tests you ran to -->
  <!-- see how your change affects other areas of the code, etc. -->
  
- ## Checklist:
- <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- - [ ] 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.
- Testing
- - [ ] I have added tests to cover my changes.
- - [ ] All relevant new and existing integration tests have passed.
- - [ ] A full integration testsuite with all test that can run on my environment has passed.
 +
+ <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->