From c1536561f4cf366b270927fdab853d96242f87a9 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 23 Feb 2018 15:27:27 -0800 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 000000000..53af7dc0a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +✖ Multiple features in one PR +✖ New Components Unless Previously Discussed with Maintainers (Consider creating separate repo, I'll link out to you) + +✔ Add comments to complex/confusing code in "code" view of PR +✔ BUGS → This form is required: +✔ Enhancements → Only specific enhancements with detailed descriptions. + +### Issue Titles + +Use the format: [Component] Adds Support for Thing + +For example: [Build Tools] Adds Source Map Support +Or: [Button] Fixes Inheritance for Red Basic Active State + +### Closed Issues +#222 #333 #444 + +### Description + +### Testcase + +[Show before with this fiddle] +https://jsfiddle.net/ca0rovs3/ + +[Consider showing "fixed" case with your fiddle]() + +You can link to your JS using https://rawgit.com/ +