From 7630bafa22095b6e9948a077c56608fbc1bd06f1 Mon Sep 17 00:00:00 2001 From: David Wu Date: Sun, 17 Dec 2017 14:56:53 +0100 Subject: [PATCH 1/2] Issue template --- .github/ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..0d8dc04cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + + + + +## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_ +**Category:** +- [ ] Array +- [ ] Browser +- [ ] Date +- [ ] Function +- [ ] Math +- [ ] Media +- [ ] Node +- [ ] Object +- [ ] String +- [ ] Utility +### Description + + + + + +## [BUG] _REPLACE THIS WITH A BRIEF SUMMARY OF YOUR ISSUE_ +### Expected Snippet Behavior + + + +### Current Snippet Behavior + + + +### Possible Solution + + From 81943e4f84f2e51d024a59d07a584308200bee77 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 18 Dec 2017 13:26:02 +0200 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0d8dc04cb..1f302a060 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,17 +4,7 @@ ## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_ -**Category:** -- [ ] Array -- [ ] Browser -- [ ] Date -- [ ] Function -- [ ] Math -- [ ] Media -- [ ] Node -- [ ] Object -- [ ] String -- [ ] Utility +**Category:** ### Description