From 5086dafbf18d06dff291821e5bc4c7404f650431 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 10 Dec 2019 09:01:49 -0600 Subject: [PATCH] adding pull-request template --- PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..217780c2a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line). + +Specifically quoting these guidelines regarding typos: + +> Typos? +> +> Please don't worry about minor text typos. These will almost certainly be caught during the editing process. +> +> If you're going to submit a PR for typo fixes, please be measured in doing so by collecting several small changes into a single PR (in separate commits). Or, **just don't even worry about them for now,** because we'll get to them later. I promise. + +---- + +**Please type "I already searched for this issue":** + +**Edition:** (pull requests not accepted for previous editions) + +**Book Title:** + +**Chapter:** + +**Section Title:** + +**Topic:**