From c7c3539b7f314a705956df73c292bb9e793b40a5 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sat, 22 Jun 2019 09:11:38 -0700 Subject: [PATCH] Add pull_request_template.md (#1640) * Create pull_request_template.md * Update pull_request_template.md --- .github/ISSUE_TEMPLATE/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000000..d404c5ddfa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1,14 @@ +Issue# +------ + +Example: + +https://github.com/stympy/faker/issues/XXX + +OR + +`No-Story` + +Description: +------ +*Describe what this PR does in a few lines. If you are adding a new faker generator, please tell us how you're going to use this object. Use cases are important because we need to make sure that our faker generators are useful. After adding the description, please delete this line.*