From 522f8478b44fdcecc821f35d29defc6b54feaa4c Mon Sep 17 00:00:00 2001 From: Pan Li Date: Tue, 10 Jul 2018 10:22:31 +0800 Subject: [PATCH] Comment the not used field of PR template --- PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1168078c..50ff56bc 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,17 @@ ## Description A few sentences describing the overall goals of the pull request's commits. -## Related PRs -List related PRs against other branches: +[//]: # (## Related PRs) +[//]: # (List related PRs against other branches:) -branch | PR ------- | ------ -other_pr_production | [link]() -other_pr_master | [link]() +[//]: # (branch | PR) +[//]: # (------ | ------) +[//]: # (other_pr_production | [link]) +[//]: # (other_pr_master | [link]) ## Todos - [ ] Tests - [ ] Documentation -## Steps to Test -Steps to test code change +[//]: # (## Steps to Test) +[//]: # (Steps to test code change)