You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/27 08:29:00 UTC

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17446: Update PULL_REQUEST_TEMPLATE.md

ChaiBapchya opened a new pull request #17446: Update PULL_REQUEST_TEMPLATE.md
URL: https://github.com/apache/incubator-mxnet/pull/17446
 
 
   ## Description ##
   Update PR Template with 2 commands that show files changed in the PR Description
   
   Example
   Name of the file along with status (Modified/added/deleted)
   ```
   git diff --name-status  master...random_sample_pdf_ops_lts
   M       src/operator/random/multisample_op.h
   M       src/operator/random/pdf_op.h
   ```
   Stat about the change (file name, number of lines edited)
   ```
   git diff --stat master...random_sample_pdf_ops_lts
    src/operator/random/multisample_op.h |   4 ++--
    src/operator/random/pdf_op.h         | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------
    2 files changed, 76 insertions(+), 76 deletions(-)
   ```
   
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   M       .github/PULL_REQUEST_TEMPLATE.md
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ChaiBapchya closed pull request #17446: Update PULL_REQUEST_TEMPLATE.md

Posted by GitBox <gi...@apache.org>.
ChaiBapchya closed pull request #17446: Update PULL_REQUEST_TEMPLATE.md
URL: https://github.com/apache/incubator-mxnet/pull/17446
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17446: Update PULL_REQUEST_TEMPLATE.md

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #17446: Update PULL_REQUEST_TEMPLATE.md
URL: https://github.com/apache/incubator-mxnet/pull/17446#issuecomment-580031575
 
 
   Alright! Thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services