From a8d6716ecb466d9bd2cff1e9c888774401513361 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Mon, 24 Aug 2020 09:30:38 -0700 Subject: [PATCH] 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 Co-authored-by: Kevin Canwen Xu --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..0a2a2f1614 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ + +Fixes #{issue number}