Create PULL_REQUEST_TEMPLATE.md (#6660)

* Create PULL_REQUEST_TEMPLATE.md

Proposing to copy this neat feature from pytorch. This is a small template that let's a PR submitter tell which issue that PR closes.

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>

Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
This commit is contained in:
Stas Bekman 2020-08-24 09:30:38 -07:00 committed by GitHub
parent 8f98faf934
commit a8d6716ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,2 @@
<!-- This line specifies which issue to close after the pull request is merged. -->
Fixes #{issue number}